diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-03-26 17:10:10 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-03-26 17:10:10 +0000 |
commit | e0332c1eba89df190be18c2e536b474331b875b3 (patch) | |
tree | a95e9b65f8fd591d4caaa8cf7992c5d24e227473 /usr.sbin | |
parent | 55d071dcbd477c3f36ed13d3f835d83e9ad3554b (diff) |
DESTDIR...
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/src/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/src/Makefile.bsd-wrapper b/usr.sbin/httpd/src/Makefile.bsd-wrapper index 4ec10180b37..5fdd32cc881 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 $ .include <bsd.own.mk> PROG=httpd BINDIR=/usr/sbin @@ -20,8 +20,8 @@ config: .FORCE Makefile: helpers/GuessOS sh ${.CURDIR}/Configure -file ${.CURDIR}/Configuration -make ${.CURDIR}/Makefile.tmpl -install: - ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${PROG} ${BINDIR} +install: maninistall + ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR} clean cleandir: .if exists(${.OBJDIR}/Makefile) |