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
Firmware TX buffer length is 2bytes not 4.
[dragonfly.git]
/
usr.bin
/
limits
/
Makefile
blob
4fbbbfc484e41fd0969ba1734a217cc1daacd53e
1
# @(#)Makefile 8.1 (Berkeley) 7/19/93
2
# $DragonFly: src/usr.bin/limits/Makefile,v 1.2 2005/01/12 01:20:26 cpressey Exp $
3
4
PROG
=
limits
5
WARNS?
=
6
6
SRCS
=
limits.c
7
8
CFLAGS
+=-
Wall
9
LDADD
+= -
lutil
10
DPADD
+= ${
LIBUTIL
}
11
12
BINMODE
=
0555
13
14
.
include
<
bsd.prog.mk
>