Makefile revision 1.6
11.6Schristos# $NetBSD: Makefile,v 1.6 1997/06/29 19:22:04 christos Exp $ 21.4Schristos# @(#)Makefile 8.1 (Berkeley) 6/4/93 31.1Scgd 41.5SchristosCFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes 51.6SchristosPROG= ntalkd 61.5SchristosSRCS= talkd.c announce.c process.c table.c print.c 71.3ScgdMAN= talkd.8 81.5SchristosDPADD+=${LIBUTIL} 91.5SchristosLDADD+=-lutil 101.1Scgd 111.1Scgd.include <bsd.prog.mk> 12