Home | History | Annotate | Line # | Download | only in getty
Makefile revision 1.17.26.1
      1 #	$NetBSD: Makefile,v 1.17.26.1 2009/05/13 19:18:38 jym Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
      3 
      4 WARNS?=	2	# XXX: many const & sign-compare issues
      5 
      6 PROG=	getty
      7 SRCS=	main.c init.c subr.c
      8 DPADD+=	${LIBUTIL} ${LIBTERMCAP}
      9 LDADD+=	-lutil -ltermcap
     10 MAN=	getty.8 gettytab.5 ttys.5
     11 
     12 .include <bsd.prog.mk>
     13