From e0332c1eba89df190be18c2e536b474331b875b3 Mon Sep 17 00:00:00 2001 From: Per Fogelstrom Date: Thu, 26 Mar 1998 17:10:10 +0000 Subject: DESTDIR... --- usr.sbin/httpd/src/Makefile.bsd-wrapper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin') 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 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) -- cgit v1.2.3