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
mount_cd9660(8): Add -b and -j to usage().
[dragonfly.git]
/
usr.bin
/
limits
/
Makefile
blob
4f56a6995c1c057f9a2ffe2fdf3bdfc2965e3baf
1
# @(#)Makefile 8.1 (Berkeley) 7/19/93
2
# $DragonFly: src/usr.bin/limits/Makefile,v 1.3 2007/08/27 16:50:55 pavalos Exp $
3
4
PROG
=
limits
5
6
LDADD
+= -
lutil
7
DPADD
+= ${
LIBUTIL
}
8
9
BINMODE
=
0555
10
11
.
include
<
bsd.prog.mk
>