Home | History | Annotate | Line # | Download | only in utils
      1 # $NetBSD: Makefile.inc,v 1.11 2004/06/09 16:03:37 abs Exp $
      2 # utils one might want in a crunched binary
      3 
      4 .if !defined(NOTINCRUNCHED)
      5 LDSTATIC=	-static		# only static compilation makes sense here
      6 
      7 install: .NOTMAIN .MADE
      8 .endif
      9