Makefile revision 1592
1#	@(#)Makefile	8.1 (Berkeley) 6/4/93
2
3PROG=	getty
4SRCS=	main.c init.c subr.c ttydefaults.c
5DPADD=	${LIBUTIL}
6LDADD=	-lutil
7MAN5=	gettytab.0 ttys.0
8MAN8=	getty.0
9
10.include <bsd.prog.mk>
11