summaryrefslogtreecommitdiff
path: root/distrib/utils/Makefile.inc
blob: 99904149480445b91143fb3b1c5abb3ac90aab32 (plain)
1
2
3
4
5
6
7
8
# $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