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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
csplit
/
Makefile
blob
6e04bd04d5c5695cdb83e27ccf7d770e81060afd
1
# $NetBSD: Makefile,v 1.2 2007/10/05 07:27:42 lukem Exp $
2
3
PROG
=
csplit
4
5
DPADD
+= ${
LIBUTIL
}
6
LDADD
+= -
lutil
7
8
.
include
<
bsd.prog.mk
>