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