xref: /freebsd/libexec/getty/Makefile (revision 17ee9d00bc1ae1e598c38f25826f861e4bc6c3ce)
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