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
buildkernel - Fix build issue w/libmd changes
[dragonfly.git]
/
usr.sbin
/
arp
/
Makefile
blob
e6492a22ccd5c5bf31b234b22a34188f13de3234
1
# @(#)Makefile 8.2 (Berkeley) 4/18/94
2
# $FreeBSD: src/usr.sbin/arp/Makefile,v 1.4.6.2 2002/03/15 22:50:14 mikeh Exp $
3
# $DragonFly: src/usr.sbin/arp/Makefile,v 1.3 2005/01/17 01:49:24 cpressey Exp $
4
5
PROG
=
arp
6
MAN
=
arp
.8
7
8
.
include
<
bsd.prog.mk
>