NetBSD/distrib/utils/Makefile.inc
abs 1d7a1ebd79 Define and use NOTINCRUNCHED to allow sparkcrc to overide the ../Makefile.inc
default of building static and not allowing install. Now we can build it as
a tool.
2004-06-09 16:03:37 +00:00

9 lines
228 B
Makefile

# $NetBSD: Makefile.inc,v 1.11 2004/06/09 16:03:37 abs Exp $
# utils one might want in a crunched binary
.if !defined(NOTINCRUNCHED)
LDSTATIC= -static # only static compilation makes sense here
install: .NOTMAIN .MADE
.endif