Makefile revision 22208
115645Sjoerg#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
221673Sjkh#	$FreeBSD: head/libexec/getty/Makefile 22208 1997-02-02 14:24:57Z davidn $
31592Srgrimes
41592SrgrimesPROG=	getty
522208SdavidnSRCS=	main.c init.c subr.c chat.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>
1422208Sdavidn
15