Makefile revision 15645
115645Sjoerg#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
215645Sjoerg#	$Id: Makefile,v 1.1.1.2 1996/04/13 15:33:02 joerg Exp $
31592Srgrimes
41592SrgrimesPROG=	getty
515645SjoergSRCS=	main.c init.c subr.c
61592SrgrimesDPADD=	${LIBUTIL}
71592SrgrimesLDADD=	-lutil
81875SwollmanMAN5=	gettytab.5 ttys.5
91875SwollmanMAN8=	getty.8
1015645Sjoerg# for the paranoid:
1115645Sjoerg#CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused -Wwrite-strings
121592Srgrimes
131592Srgrimes.include <bsd.prog.mk>
14