mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
15 lines
254 B
Makefile
15 lines
254 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
# Author: Harti Brandt <brandt@fokus.gmd.de>
|
||
|
|
#
|
||
|
|
.PATH: ${.CURDIR}/../../dev/harp
|
||
|
|
|
||
|
|
KMOD= if_harp
|
||
|
|
SRCS= if_harp.c device_if.h
|
||
|
|
|
||
|
|
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../include
|
||
|
|
CFLAGS+= -DDEBUG -DINVARIANTS -g
|
||
|
|
LDFLAGS+= -g
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|