summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravsm <avsm@openbsd.org>2004-06-21 16:53:59 +0000
committeravsm <avsm@openbsd.org>2004-06-21 16:53:59 +0000
commit50646a46b14b4a2637ab8317a56588598c0b5a35 (patch)
tree2d691cf24c83e4f09ebb1739dea7b9c8ee3c5e0f
parentpropagate CPP to build system as well, millert@ ok (diff)
downloadwireguard-openbsd-50646a46b14b4a2637ab8317a56588598c0b5a35.tar.xz
wireguard-openbsd-50646a46b14b4a2637ab8317a56588598c0b5a35.zip
propagate CPP here as well
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index 6041fdaace6..fb7e762788a 100644
--- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.44 2004/01/02 09:01:24 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.45 2004/06/21 16:53:59 avsm Exp $
.include <bsd.own.mk>
MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/rcs2log.1
-GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}"
+GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" CPP="${CPP}"
CLEANFILES= src/version.c lib/getdate.c lib/getdate.h macintosh/Makefile \
os2/Makefile zlib/Makefile \
windows-NT/SCC/Makefile emx/Makefile doc/CVSvn.texi \