NetBSD/usr.sbin/arp/Makefile

9 lines
166 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2005/03/16 02:04:51 xtraeme Exp $
1994-05-13 12:09:19 +04:00
# from: @(#)Makefile 8.2 (Berkeley) 4/18/94
1993-03-21 12:45:37 +03:00
PROG= arp
1994-12-22 14:31:31 +03:00
MAN= arp.4 arp.8
WARNS= 3
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>