diff options
author | 1999-12-21 04:07:23 +0000 | |
---|---|---|
committer | 1999-12-21 04:07:23 +0000 | |
commit | ff2756e59591bb7a241c4c7647f73c8becbe8141 (patch) | |
tree | 29ca1dc82a8298aed2146aa0038db6e600a72a9c | |
parent | typo fix. (diff) | |
download | wireguard-openbsd-ff2756e59591bb7a241c4c7647f73c8becbe8141.tar.xz wireguard-openbsd-ff2756e59591bb7a241c4c7647f73c8becbe8141.zip |
strip lynx before installation.
-rw-r--r-- | gnu/usr.bin/lynx/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/lynx/Makefile.bsd-wrapper b/gnu/usr.bin/lynx/Makefile.bsd-wrapper index 2e9ba3af66b..8e170dcc9d0 100644 --- a/gnu/usr.bin/lynx/Makefile.bsd-wrapper +++ b/gnu/usr.bin/lynx/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.5 1999/06/07 00:45:37 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.6 1999/12/21 04:07:23 fgsch Exp $ MAN= lynx.1 CLEANFILES= lynx.1 @@ -66,8 +66,8 @@ helpinstall: done install: maninstall helpinstall - ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - lynx ${DESTDIR}/usr/bin/lynx + ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} \ + -g ${BINGRP} -m ${BINMODE} lynx ${DESTDIR}/usr/bin/lynx distribution: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \ |