summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-26 18:10:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-26 18:10:44 +0000
commitbb5f0166732e81b44c3b6547b1d9ee5e5a6f4143 (patch)
tree8ed877d107ecfb69e174e34ff201f3a7949cfa65 /usr.sbin
parent497f8bda541e36acb115b6353456815206459e4e (diff)
build and install manpage correctly
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/httpd/Makefile1
-rw-r--r--usr.sbin/httpd/src/Makefile.bsd-wrapper4
2 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/httpd/Makefile b/usr.sbin/httpd/Makefile
index 03144984e61..0cb40323986 100644
--- a/usr.sbin/httpd/Makefile
+++ b/usr.sbin/httpd/Makefile
@@ -111,5 +111,6 @@ distribution:
${.CURDIR}/$$i ${DESTDIR}${WWWROOT}/$$j/; \
done
+.include<bsd.obj.mk>
.include<bsd.subdir.mk>
.include<bsd.man.mk>
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: