summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-11-04 04:46:04 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-11-04 04:46:04 +0000
commitda488b70861b0f049307696672a0727f13b027bb (patch)
treeecaa2c6ab6823e70fea32f470e1a115ccb982178 /gnu/usr.bin/cc/cpp/Makefile
parent3c7ffaa1fe9671f2b97622c0bf3bac904147628a (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index d8ff4ae2fe04..8401a1129339 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -6,10 +6,11 @@
PROG= cpp
SRCS= cccp.c cexp.y obstack.c prefix.c version.c
-CFLAGS+= -DPREFIX=\"/usr\"
YFLAGS=
BINDIR= /usr/libexec
MAN1= cccp.1
MLINKS= cccp.1 cpp.1
+CFLAGS+= -DPREFIX=\"/usr\"
+
.include <bsd.prog.mk>