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