Makefile revision 1875
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.5 ttys.5
8MAN8=	getty.8
9
10.include <bsd.prog.mk>
11