2004-06-09 20:03:37 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.11 2004/06/09 16:03:37 abs Exp $
|
1995-10-09 02:08:46 +03:00
|
|
|
# utils one might want in a crunched binary
|
|
|
|
|
2004-06-09 20:03:37 +04:00
|
|
|
.if !defined(NOTINCRUNCHED)
|
1998-03-02 22:50:53 +03:00
|
|
|
LDSTATIC= -static # only static compilation makes sense here
|
1995-10-09 02:08:46 +03:00
|
|
|
|
1999-04-28 13:18:13 +04:00
|
|
|
install: .NOTMAIN .MADE
|
2004-06-09 20:03:37 +04:00
|
|
|
.endif
|