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
netsmb: Fix a warning and put smb_usr.c under -Werror, too.
[dragonfly.git]
/
usr.bin
/
seq
/
Makefile
blob
ca057e377624ba234c98b85f5b316a84cad18eb1
1
# $DragonFly: src/usr.bin/seq/Makefile,v 1.2 2007/08/27 16:50:58 pavalos Exp $
2
3
PROG
=
seq
4
LDADD
+= -
lm
5
DPADD
+= ${
LIBM
}
6
7
.
include
<
bsd.prog.mk
>