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
Disklabel separation work - Generally shift all disklabel-specific
[dragonfly/vkernel-mp.git]
/
usr.sbin
/
traceroute
/
Makefile
blob
ca24ea28b9fccfcdc05ed6759a865eb31374d9c2
1
# $FreeBSD: src/usr.sbin/traceroute/Makefile,v 1.11.2.3 2001/06/23 10:07:29 ru Exp $
2
# $DragonFly: src/usr.sbin/traceroute/Makefile,v 1.5 2004/11/16 15:49:54 eirikn Exp $
3
4
PROG
=
traceroute
5
MAN
=
traceroute
.8
6
BINMODE
=
4555
7
8
SRCS
=
traceroute.c
9
10
WARNS?
=
6
11
12
.
include
<
bsd.prog.mk
>