summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.subdir.mk
diff options
context:
space:
mode:
authoryyamano <yyamano@pkgsrc.org>2002-05-29 14:55:22 +0000
committeryyamano <yyamano@pkgsrc.org>2002-05-29 14:55:22 +0000
commit3fd6d97d0332a74131c1d5dbf985e58d3066d14c (patch)
tree5a979bc2a38190c2090ae5a32dfb46ac08519f4e /mk/bsd.pkg.subdir.mk
parent5eb62eb51c0c042f9ac7a3223f1d3f389e0ffc91 (diff)
downloadpkgsrc-3fd6d97d0332a74131c1d5dbf985e58d3066d14c.tar.gz
Remove STRIPFLAG to fix pkg/15467.
It was replaced with _STRIPFLAG_INSTALL and moved to defs.*.mk.
Diffstat (limited to 'mk/bsd.pkg.subdir.mk')
-rw-r--r--mk/bsd.pkg.subdir.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk
index cf76fdaddbb..5981cd4332b 100644
--- a/mk/bsd.pkg.subdir.mk
+++ b/mk/bsd.pkg.subdir.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.subdir.mk,v 1.47 2002/03/04 19:41:05 fredb Exp $
+# $NetBSD: bsd.pkg.subdir.mk,v 1.48 2002/05/29 14:55:22 yyamano Exp $
# Derived from: FreeBSD Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
#
@@ -8,11 +8,6 @@
#
# +++ variables +++
#
-# STRIPFLAG 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]
-#
# OPSYS Get the operating system type [`uname -s`]
#
# SUBDIR A list of subdirectories that should be built as well.
@@ -44,10 +39,6 @@
.MAIN: all
-.if !defined(DEBUG_FLAGS)
-STRIPFLAG?= -s
-.endif
-
AWK?= /usr/bin/awk
CAT?= /bin/cat
BASENAME?= /usr/bin/basename