xref: /freebsd/sys/modules/pflog/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/netpfil/pf
25bba2114SMax Laier
35bba2114SMax LaierKMOD=	pflog
45bba2114SMax LaierSRCS=	if_pflog.c \
5*4733f21fSKristof Provost	opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h opt_global.h
6e0bfbfceSBjoern A. ZeebSRCS+=	bus_if.h device_if.h
75bba2114SMax Laier
8497e8091SBryan Drewery.if !defined(KERNBUILDDIR)
9e0bfbfceSBjoern A. Zeeb.if defined(VIMAGE)
10e0bfbfceSBjoern A. Zeebopt_global.h:
11e0bfbfceSBjoern A. Zeeb	echo "#define VIMAGE 1" >> ${.TARGET}
12e0bfbfceSBjoern A. ZeebCFLAGS+=	-include opt_global.h
13e0bfbfceSBjoern A. Zeeb.endif
145bba2114SMax Laier.endif
155bba2114SMax Laier
165bba2114SMax Laier.include <bsd.kmod.mk>
17