Home | History | Annotate | Line # | Download | only in getty
Makefile revision 1.7
      1 #	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
      2 #	$Id: Makefile,v 1.7 1994/12/22 10:27:06 cgd Exp $
      3 
      4 PROG=	getty
      5 SRCS=	main.c init.c subr.c
      6 DPADD+=	${LIBUTIL}
      7 LDADD+=	-lutil
      8 MAN=	getty.8 gettytab.5 ttys.5
      9 
     10 .include <bsd.prog.mk>
     11