1 1.16 mycroft # $NetBSD: Makefile,v 1.16 1997/10/11 09:34:46 mycroft Exp $ 2 1.8 christos # @(#)Makefile 5.2 (Berkeley) 12/28/90 3 1.1 cgd 4 1.15 christos WARNS=1 5 1.15 christos CFLAGS+= -I${.CURDIR} 6 1.1 cgd PROG= make 7 1.4 cgd SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \ 8 1.10 christos make.c parse.c str.c suff.c targ.c var.c util.c 9 1.1 cgd SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ 10 1.1 cgd lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \ 11 1.1 cgd lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \ 12 1.1 cgd lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \ 13 1.1 cgd lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c 14 1.14 gwr .PATH: ${.CURDIR}/lst.lib 15 1.5 cgd 16 1.6 cgd .if make(install) 17 1.16 mycroft SUBDIR= PSD.doc 18 1.5 cgd .endif 19 1.1 cgd 20 1.1 cgd .include <bsd.prog.mk> 21 1.16 mycroft .include <bsd.subdir.mk> 22