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]
/
usr.bin
/
unexpand
/
Makefile
blob
fb9485deefa3701ba74b5238e34bd25685f8c8d6
1
# $NetBSD: Makefile,v 1.7 2008/12/21 02:33:13 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
NOMAN
=
# defined
5
6
PROG
=
unexpand
7
LDADD
+=-
lutil
8
DPADD
+=${
LIBUTIL
}
9
10
.
include
<
bsd.prog.mk
>