2001-12-12 03:05:09 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.9 2001/12/12 00:05:09 tv Exp $
|
1995-10-09 02:08:46 +03:00
|
|
|
# utils one might want in a crunched binary
|
|
|
|
|
1998-03-02 22:50:53 +03:00
|
|
|
LDSTATIC= -static # only static compilation makes sense here
|
2001-12-12 03:05:09 +03:00
|
|
|
.if ${MACHINE_ARCH} != "sparc64"
|
|
|
|
DBG= -Os
|
|
|
|
.endif
|
1995-10-09 02:08:46 +03:00
|
|
|
|
1999-04-28 13:18:13 +04:00
|
|
|
install: .NOTMAIN .MADE
|