2006-02-05 17:17:32 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/netpfil/pf
|
2006-02-05 17:17:32 +00:00
|
|
|
|
|
|
|
KMOD= pflog
|
2011-06-28 11:57:25 +00:00
|
|
|
SRCS= if_pflog.c \
|
2006-02-05 17:17:32 +00:00
|
|
|
opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h
|
2011-06-28 11:57:25 +00:00
|
|
|
SRCS+= bus_if.h device_if.h
|
2006-02-05 17:17:32 +00:00
|
|
|
|
2016-03-30 23:50:23 +00:00
|
|
|
.if !defined(KERNBUILDDIR)
|
2011-06-28 11:57:25 +00:00
|
|
|
.if defined(VIMAGE)
|
|
|
|
opt_global.h:
|
|
|
|
echo "#define VIMAGE 1" >> ${.TARGET}
|
|
|
|
CFLAGS+= -include opt_global.h
|
|
|
|
.endif
|
2006-02-05 17:17:32 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|