don't strip the resulting bootprog on install; it's raw binary

XXX I hope this is correct way to do this
This commit is contained in:
jdolecek 2002-05-12 15:18:27 +00:00
parent 9e0898063f
commit 4d23ad14c5
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2002/05/08 11:27:30 jdolecek Exp $
# $NetBSD: Makefile,v 1.13 2002/05/12 15:18:27 jdolecek Exp $
S= ${.CURDIR}/../../../..
@ -44,6 +44,9 @@ BINDIR= /usr/mdec
#LIBS= ${SALIB} ${KERNLIB} ${ZLIB}
LIBS= ${SALIB} ${KERNLIB}
# do not strip ${PROG} on install
STRIPFLAG= # defined
AWKPROG='\
function x(v) { printf "\0%c%c%c", v / 65536, v / 256, v } \
{ \