repo.or.cz
/
dragonfly
/
netmp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update the traceroute(8) to the newest code from FreeBSD HEAD. Besides many
[dragonfly/netmp.git]
/
usr.sbin
/
resident
/
Makefile
blob
94ba1304a7aa3bb05c8a1bfb677d05308992360e
1
# $DragonFly: src/usr.sbin/resident/Makefile,v 1.2 2005/01/17 01:49:24 cpressey Exp $
2
3
PROG
=
resident
4
SRCS
=
resident.c
5
WARNS?
=
6
6
MAN
=
resident
.8
7
8
.
include
<
bsd.prog.mk
>