freebsd-dev/usr.sbin/arp/Makefile
Renato Botelho a2ac74c148 Introduce libxo support to arp(8)
Reviewed by:	wblock, gnn, allanjude, phil
Approved by:	allanjude
MFC after:	1 week
Sponsored by:	Rubicon Communications (Netgate)
Differential Revision:	https://reviews.freebsd.org/D9563
2017-04-06 22:50:28 +00:00

12 lines
125 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 4/18/94
# $FreeBSD$
PROG= arp
MAN= arp.4 arp.8
LIBADD= xo
WARNS?= 3
.include <bsd.prog.mk>