diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-29 00:48:55 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-29 00:48:55 +0000 |
commit | cae0532e89a066174d48ea4d595530a606f95fd5 (patch) | |
tree | d67d62a0827edc427f3be48b55bc2f4b824b4808 /gnu/usr.bin/groff/Makefile.bsd-wrapper | |
parent | 6a582a198d0dab12b717f6bb38cff2ea752922da (diff) |
Respect ${INSTALL_STRIP} == -s on alpha.
Diffstat (limited to 'gnu/usr.bin/groff/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/groff/Makefile.bsd-wrapper | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/Makefile.bsd-wrapper b/gnu/usr.bin/groff/Makefile.bsd-wrapper index a284ffad9e5..5d72481a6ce 100644 --- a/gnu/usr.bin/groff/Makefile.bsd-wrapper +++ b/gnu/usr.bin/groff/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 1997/06/23 12:13:47 kstailey Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 1997/07/29 00:48:54 kstailey Exp $ # # groff config @@ -48,12 +48,16 @@ all: config.status gnu_build .FORCE: .IGNORE +.include <bsd.own.mk> + config: .FORCE -rm -f config.cache + INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ /bin/sh ${.CURDIR}/configure --prefix=${PREFIX} \ --mandir=${DATASUBDIR}/man config.status: + INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ /bin/sh ${.CURDIR}/configure --prefix=${PREFIX} \ --mandir=${DATASUBDIR}/man |