Home | History | Annotate | Line # | Download | only in getty
Makefile revision 1.11
      1 #	$NetBSD: Makefile,v 1.11 1997/10/19 23:46:07 cjs Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
      3 
      4 PROG=	getty
      5 LINKS=	${BINDIR}/getty ${BINDIR}/uugetty
      6 SRCS=	main.c init.c subr.c
      7 DPADD+=	${LIBUTIL}
      8 LDADD+=	-lutil
      9 MAN=	getty.8 gettytab.5 ttys.5
     10 
     11 .include <bsd.prog.mk>
     12