repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add ip6 and icmp6 displays to systat(1).
[dragonfly/vkernel-mp.git]
/
usr.bin
/
relpath
/
Makefile
blob
7597f4a3a103b98485743c40943f457a30040754
1
# $DragonFly: src/usr.bin/relpath/Makefile,v 1.3 2005/01/19 22:58:04 okumoto Exp $
2
3
PROG
=
relpath
4
SRCS
=
relpath.c
5
MAN
=
relpath
.1
6
7
WARNS?
=
6
8
.
include
<
bsd.prog.mk
>