diff options
author | yyamano <yyamano> | 2002-05-29 14:55:22 +0000 |
---|---|---|
committer | yyamano <yyamano> | 2002-05-29 14:55:22 +0000 |
commit | 9565d7b67fa160260c6339f8355a7dc70566b029 (patch) | |
tree | 5a979bc2a38190c2090ae5a32dfb46ac08519f4e /mk | |
parent | a4297b4e6d4ccd7ef37faf272f409b3712544e65 (diff) | |
download | pkgsrc-9565d7b67fa160260c6339f8355a7dc70566b029.tar.gz |
Remove STRIPFLAG to fix pkg/15467.
It was replaced with _STRIPFLAG_INSTALL and moved to defs.*.mk.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.subdir.mk | 11 |
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 |