Fix typo which has survived amazingly long!

Approved by:	mlaier(mentor)
MFC after:	3 days
This commit is contained in:
Ermal Luçi 2009-10-10 03:32:46 +00:00
parent 3b1de911e0
commit 200b56607f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197928

View File

@ -28,7 +28,7 @@ opt_bpf.h:
# pflog can be loaded as a module, have the additional checks turned on
opt_pf.h:
echo "#define DEV_PF 1" > ${.TARGET}
echo "#define DEF_PFLOG 1" >> ${.TARGET}
echo "#define DEV_PFLOG 1" >> ${.TARGET}
.endif
.include <bsd.kmod.mk>