Makefile revision 1.16
11.16Smycroft# $NetBSD: Makefile,v 1.16 1997/10/11 09:34:46 mycroft Exp $ 21.8Schristos# @(#)Makefile 5.2 (Berkeley) 12/28/90 31.1Scgd 41.15SchristosWARNS=1 51.15SchristosCFLAGS+= -I${.CURDIR} 61.1ScgdPROG= make 71.4ScgdSRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \ 81.10Schristos make.c parse.c str.c suff.c targ.c var.c util.c 91.1ScgdSRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ 101.1Scgd lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \ 111.1Scgd lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \ 121.1Scgd lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \ 131.1Scgd lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c 141.14Sgwr.PATH: ${.CURDIR}/lst.lib 151.5Scgd 161.6Scgd.if make(install) 171.16SmycroftSUBDIR= PSD.doc 181.5Scgd.endif 191.1Scgd 201.1Scgd.include <bsd.prog.mk> 211.16Smycroft.include <bsd.subdir.mk> 22