summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.subdir.mk
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-09 00:47:23 +0000
committerhubertf <hubertf>1998-02-09 00:47:23 +0000
commit6ee7fd521ee5f00bddf0678f780cb8b2c75a1d8d (patch)
tree5cf7db537a76f66f4282ce1554783586c2eff3ab /mk/bsd.pkg.subdir.mk
parent1835ad7e6a390e1a9957e6dc4315f3f4f13224b3 (diff)
downloadpkgsrc-6ee7fd521ee5f00bddf0678f780cb8b2c75a1d8d.tar.gz
Fix PR 4884 by replacing STRIP with STRIPFLAG.
This addes yet another step towards bsd.pkg.mk. :)
Diffstat (limited to 'mk/bsd.pkg.subdir.mk')
-rw-r--r--mk/bsd.pkg.subdir.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk
index c42904c9c30..334d4d13210 100644
--- a/mk/bsd.pkg.subdir.mk
+++ b/mk/bsd.pkg.subdir.mk
@@ -1,6 +1,6 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp
-# $NetBSD: bsd.pkg.subdir.mk,v 1.7 1998/01/30 14:33:48 agc Exp $
+# $NetBSD: bsd.pkg.subdir.mk,v 1.8 1998/02/09 00:47:25 hubertf Exp $
#
# The include file <bsd.port.subdir.mk> contains the default targets
# for building ports subdirectories.
@@ -8,7 +8,7 @@
#
# +++ variables +++
#
-# STRIP The flag passed to the install program to cause the binary
+# 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]
@@ -38,7 +38,7 @@
.MAIN: all
.if !defined(DEBUG_FLAGS)
-STRIP?= -s
+STRIPFLAG?= -s
.endif
.if !defined(OPSYS) # XXX !!