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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.bin
/
seq
/
Makefile
blob
9da3fc2ce5cbfb4c13cab9659bc0f3337d884159
1
# $NetBSD: Makefile,v 1.2 2006/01/07 07:12:27 garbled Exp $
2
3
PROG
=
seq
4
DPADD
= ${
LIBMATH
}
5
LDADD
= -
lm
6
7
.
include
<
bsd.prog.mk
>