freebsd-dev/usr.sbin/arlcontrol/Makefile

11 lines
191 B
Makefile
Raw Normal View History

#
# $RISS: if_arl/arlconfig/Makefile,v 1.5 2003/01/13 08:05:29 frol Exp $
# $FreeBSD$
#
PROG= arlcontrol
2005-02-09 10:35:28 +00:00
CFLAGS+= -I${.CURDIR}/../../sys -DARLCACHE
MAN= arlcontrol.8
.include <bsd.prog.mk>