xref: /openbsd/usr.sbin/arp/Makefile (revision 3cab2bb3)
1#	$OpenBSD: Makefile,v 1.3 2005/03/29 23:56:30 henning Exp $
2
3PROG=	arp
4MAN=	arp.4 arp.8
5CFLAGS+= -Wall
6
7.include <bsd.prog.mk>
8