xref: /netbsd/libexec/getty/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.13 2000/12/28 22:18:27 sommerfeld Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
3
4PROG=	getty
5LINKS=	${BINDIR}/getty ${BINDIR}/uugetty
6SRCS=	main.c init.c subr.c
7DPADD+=	${LIBUTIL} ${LIBTERMCAP}
8LDADD+=	-lutil -ltermcap
9MAN=	getty.8 gettytab.5 ttys.5
10MLINKS+=getty.8 uugetty.8
11
12.include <bsd.prog.mk>
13