Home | History | Annotate | Line # | Download | only in getty
      1 #	$NetBSD: Makefile,v 1.20 2013/08/11 05:42:41 dholland Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
      3 
      4 PROG=	getty
      5 SRCS=	main.c init.c subr.c
      6 DPADD+=	${LIBUTIL} ${LIBTERMINFO}
      7 LDADD+=	-lutil -lterminfo
      8 MAN=	getty.8 gettytab.5 ttys.5
      9 
     10 .include <bsd.prog.mk>
     11