repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - Localize [in]activevnodes globals, improve allocvnode
[dragonfly.git]
/
usr.bin
/
split
/
Makefile
blob
1161858d481e7104e9a47bcad57558f7e968df71
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/split/Makefile,v 1.2.2.2 2002/07/25 12:33:01 tjr Exp $
3
4
PROG
=
split
5
6
LDADD
= -
lutil
7
DPADD
= ${
LIBUTIL
}
8
9
.
include
<
bsd.prog.mk
>