summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-03-26 18:10:41 +0000
committerderaadt <deraadt@openbsd.org>1998-03-26 18:10:41 +0000
commit51cb7f23a0e274d3038f8b72d666053bd979ba67 (patch)
treebd5ffff467e2c18f17674f966b47c45066f0d4cd /usr.sbin/httpd/src
parenthttpd was missing. (diff)
downloadwireguard-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-wrapper4
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: