1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00
freebsd/usr.sbin/arlcontrol/Makefile
Stefan Farfeleder f9f121515a Use CFLAGS+=.
2005-02-09 10:35:28 +00:00

11 lines
191 B
Makefile

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