diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-15 00:34:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-15 00:34:14 +0000 |
commit | 6d131dc5573d9b8a35dc2a16723f1a418e6b3772 (patch) | |
tree | 0b79f8a20f0716764726e116ac586885c4688cd1 | |
parent | d0cf8dfa89674c8de499df89459cf130f87a32fe (diff) |
push CC and CFLAGS; wd@ics.nara-wu.ac.jp
-rw-r--r-- | usr.sbin/httpd/src/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/Makefile.bsd-wrapper b/usr.sbin/httpd/src/Makefile.bsd-wrapper index b0a49b4a67e..a3a67551eb7 100644 --- a/usr.sbin/httpd/src/Makefile.bsd-wrapper +++ b/usr.sbin/httpd/src/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.10 1998/11/07 21:33:20 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.11 1998/12/15 00:34:13 deraadt Exp $ .include <bsd.own.mk> PROG=httpd BINDIR=/usr/sbin @@ -16,6 +16,7 @@ helpers/GuessOS: config: .FORCE PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ + CC="${CC}" CFLAGS="${CFLAGS}" \ sh ${.CURDIR}/Configure -file ${.OBJDIR}/Configuration -make ${.CURDIR}/Makefile.tmpl Makefile: helpers/GuessOS @@ -27,6 +28,7 @@ Makefile: helpers/GuessOS chmod +x ${.CURDIR}/helpers/$$f ; \ done PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ + CC="${CC}" CFLAGS="${CFLAGS}" \ sh ${.CURDIR}/Configure -file ${.OBJDIR}/Configuration -make ${.CURDIR}/Makefile.tmpl install: |