summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-05 20:16:18 +0000
committerru <ru@FreeBSD.org>2004-02-05 20:16:18 +0000
commita24e2d0f9bc0dad728d14c7e2a8245bdfa5eee68 (patch)
treee26e648e273fd1152cd54de4dfc8c9c29e6cf62e /share/mk/bsd.own.mk
parent1f34d0eb9a35d0ffedbbc02271b6d595075a5ff2 (diff)
downloadFreeBSD-src-a24e2d0f9bc0dad728d14c7e2a8245bdfa5eee68.zip
FreeBSD-src-a24e2d0f9bc0dad728d14c7e2a8245bdfa5eee68.tar.gz
Don't define STRIP in bsd.own.mk.
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r--share/mk/bsd.own.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 1ac1563..df08021 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -16,11 +16,6 @@
#
# COMPRESS_EXT File name extension of ${COMPRESS_CMD} command. [.gz]
#
-# STRIP The flag passed to the install program to cause the binary
-# to be stripped. This is to be used when building your
-# own install script so that the entire system can be made
-# stripped/not-stripped using a single knob. [-s]
-#
# BINOWN Binary owner. [root]
#
# BINGRP Binary group. [wheel]
@@ -163,10 +158,6 @@ NLSMODE?= ${NOBINMODE}
INCLUDEDIR?= /usr/include
# Common variables
-.if !defined(DEBUG_FLAGS)
-STRIP?= -s
-.endif
-
COMPRESS_CMD?= gzip -cn
COMPRESS_EXT?= .gz
OpenPOWER on IntegriCloud