2011-06-28 11:57:25 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/netpfil/pf
|
2011-06-28 11:57:25 +00:00
|
|
|
|
|
|
|
KMOD= pfsync
|
|
|
|
SRCS= if_pfsync.c \
|
2018-07-01 18:09:16 +00:00
|
|
|
opt_pf.h opt_inet.h opt_inet6.h opt_global.h
|
2011-06-28 11:57:25 +00:00
|
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
|
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
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|