xref: /netbsd/distrib/utils/Makefile.inc (revision bf9ec67e)
1# $NetBSD: Makefile.inc,v 1.9 2001/12/12 00:05:09 tv Exp $
2# utils one might want in a crunched binary
3
4LDSTATIC=	-static		# only static compilation makes sense here
5.if ${MACHINE_ARCH} != "sparc64"
6DBG=		-Os
7.endif
8
9install: .NOTMAIN .MADE
10