mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
11 lines
206 B
Makefile
11 lines
206 B
Makefile
#
|
|
# $RISS: if_arl/arlconfig/Makefile,v 1.5 2003/01/13 08:05:29 frol Exp $
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= arlconfig
|
|
SRCS= arlconfig.c
|
|
CFLAGS= -I${.CURDIR}/../../sys -DARLCACHE
|
|
MAN= arlconfig.8
|
|
|
|
.include <bsd.prog.mk>
|