diff options
author | 1998-03-26 18:10:41 +0000 | |
---|---|---|
committer | 1998-03-26 18:10:41 +0000 | |
commit | 51cb7f23a0e274d3038f8b72d666053bd979ba67 (patch) | |
tree | bd5ffff467e2c18f17674f966b47c45066f0d4cd /usr.sbin/httpd/src | |
parent | httpd was missing. (diff) | |
download | wireguard-openbsd-51cb7f23a0e274d3038f8b72d666053bd979ba67.tar.xz wireguard-openbsd-51cb7f23a0e274d3038f8b72d666053bd979ba67.zip |
build and install manpage correctly
Diffstat (limited to 'usr.sbin/httpd/src')
-rw-r--r-- | usr.sbin/httpd/src/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/Makefile.bsd-wrapper b/usr.sbin/httpd/src/Makefile.bsd-wrapper index 5fdd32cc881..d49a5fc72e1 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.3 1998/03/26 17:10:09 pefo Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 1998/03/26 18:10:43 deraadt Exp $ .include <bsd.own.mk> PROG=httpd BINDIR=/usr/sbin @@ -20,7 +20,7 @@ config: .FORCE Makefile: helpers/GuessOS sh ${.CURDIR}/Configure -file ${.CURDIR}/Configuration -make ${.CURDIR}/Makefile.tmpl -install: maninistall +install: ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR} clean cleandir: |