Use STRIP instead of STRIPPROG since install uses STRIP and I don't want to

define two different variables.
This commit is contained in:
eeh 2000-01-26 22:04:18 +00:00
parent 3302e4f5a2
commit 906dd16a7b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sparc64,v 1.17 2000/01/24 20:36:17 tron Exp $
# $NetBSD: Makefile.sparc64,v 1.18 2000/01/26 22:04:18 eeh Exp $
# Makefile for NetBSD
#
@ -28,7 +28,7 @@ CC?= cc
LD?= /usr/ccs/bin/ld #Need to use Solaris ld to use the solaris loader
.endif
MKDEP?= mkdep
STRIPPROG?=strip
STRIP?=strip
SIZE?= size
COPTS?= -O2
#### Stuff for cross compiling