xref: /freebsd/libexec/getty/Makefile (revision 271171e0d97b88ba2a7c3bf750c9672b484c1c13)
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