repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
distrib
/
utils
/
Makefile.inc
blob
e9f20913f7781647a7a814609c55f55c783db1d0
1
# $NetBSD: Makefile.inc,v 1.10 2003/09/19 16:29:21 martin 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