xref: /freebsd/libexec/getty/Makefile (revision 18242d3b09dbc3f5e278e39baaa3c3b76624c901)
1#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4PROG=	getty
5SRCS=	main.c init.c subr.c chat.c
6DPADD=	${LIBUTIL}
7LDADD=	-lutil
8MAN=	gettytab.5 ttys.5 getty.8
9WFORMAT=0
10
11.include <bsd.prog.mk>
12
13