diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-23 21:03:17 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-23 21:03:17 +0000 |
| commit | 9f574f9a908a903efc4a514a61bde333d960573c (patch) | |
| tree | 4fe60a8bd60f90f8461d826b8a6c0cd471c798d3 /usr.bin/make/Makefile | |
| parent | 8d81c1222778f5f4e7f1640dda9ac9c1fe47fcdd (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/Makefile')
| -rw-r--r-- | usr.bin/make/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index fa08a374ac66..04b5e673c80b 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,7 +1,8 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# from: @(#)Makefile 5.2 (Berkeley) 12/28/90 +# $Id: Makefile,v 1.6 1994/06/30 05:33:39 cgd Exp $ PROG= make -CFLAGS+=-I${.CURDIR} +CFLAGS+= -I${.CURDIR} -DPOSIX SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \ make.c parse.c str.c suff.c targ.c var.c SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ |
