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