summaryrefslogtreecommitdiff
path: root/libexec/getty/Makefile
blob: 6f0be04914d423bdca265971bdfef7bb6326ad81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.19 2010/02/03 15:34:43 roy Exp $
#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93

WARNS?=	2	# XXX: many const & sign-compare issues

PROG=	getty
SRCS=	main.c init.c subr.c
DPADD+=	${LIBUTIL} ${LIBTERMINFO}
LDADD+=	-lutil -lterminfo
MAN=	getty.8 gettytab.5 ttys.5

.include <bsd.prog.mk>