Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / arp / Makefile
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.2 2003/06/17 04:29:52 dillon Exp $
4
5 PROG=   arp
6 WARNS?= 2
7 MAN=    arp.4 arp.8
8
9 .include <bsd.prog.mk>