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