summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/cpp0
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-12-12 01:48:43 +0000
committertv <tv@NetBSD.org>2001-12-12 01:48:43 +0000
commit8e6f7afb5bba2c07fd084c08249718961dfbc1d1 (patch)
treee4120d86067271c5c01a4f67742afe6c31b9607c /gnu/usr.bin/gcc/cpp0
parent220b5c059a84c51ea44107ea8951a57ffaecdc8c (diff)
MKfoo=no -> NOfoo
Diffstat (limited to 'gnu/usr.bin/gcc/cpp0')
-rw-r--r--gnu/usr.bin/gcc/cpp0/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/cpp0/Makefile b/gnu/usr.bin/gcc/cpp0/Makefile
index 6a316b95c05..e2214419ea0 100644
--- a/gnu/usr.bin/gcc/cpp0/Makefile
+++ b/gnu/usr.bin/gcc/cpp0/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2001/11/26 18:19:49 jmc Exp $
+# $NetBSD: Makefile,v 1.3 2001/12/12 01:49:02 tv Exp $
.include <bsd.own.mk>
PROG= cpp0
SRCS= ${G_CCCP_OBJS:.o=.c}
-MKMAN= no
+NOMAN= # defined
CPPFLAGS+= -I${GCCARCH} \
${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \