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