xref: /freebsd/libexec/getty/Makefile (revision bbb29a3c0f2c4565eff6fda70426807b6ed97f8b)
1#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4PROG=	getty
5SRCS=	main.c init.c subr.c chat.c
6LIBADD=	util
7MAN=	gettytab.5 ttys.5 getty.8
8
9WARNS?=	1
10WFORMAT=0
11
12.include <bsd.prog.mk>
13
14