diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-26 04:40:57 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-26 04:40:57 +0000 |
commit | 40adb1a63b18dd9d574af3b71903713eb5e8cc02 (patch) | |
tree | 9c35d4fb31dc059ce2da9e51751b2ff2eb3ba162 /usr.bin/make | |
parent | ed1c82f450b1cb27289483a8d13e1d3dfc20a168 (diff) | |
download | src-test2-40adb1a63b18dd9d574af3b71903713eb5e8cc02.tar.gz src-test2-40adb1a63b18dd9d574af3b71903713eb5e8cc02.zip |
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 3c43ca920a3f..d6c129853686 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= make -CFLAGS+=-Wall -I${.CURDIR} +CFLAGS+=-I${.CURDIR} 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 util.c SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ |