summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>1999-12-21 04:07:23 +0000
committerfgsch <fgsch@openbsd.org>1999-12-21 04:07:23 +0000
commitff2756e59591bb7a241c4c7647f73c8becbe8141 (patch)
tree29ca1dc82a8298aed2146aa0038db6e600a72a9c
parenttypo fix. (diff)
downloadwireguard-openbsd-ff2756e59591bb7a241c4c7647f73c8becbe8141.tar.xz
wireguard-openbsd-ff2756e59591bb7a241c4c7647f73c8becbe8141.zip
strip lynx before installation.
-rw-r--r--gnu/usr.bin/lynx/Makefile.bsd-wrapper6
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} \