summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorpeter <peter>2005-12-07 12:06:26 +0000
committerpeter <peter>2005-12-07 12:06:26 +0000
commitf1161e50359592aa8941e6130bbb2ebe5d453d6c (patch)
tree95ba32845a3020049f23ced4b3aa87e2d7f6b547 /security
parent22d71556f110540f4c130a266d00b0e5dd97845a (diff)
downloadpkgsrc-f1161e50359592aa8941e6130bbb2ebe5d453d6c.tar.gz
Also check for the pfvar.h file in the subdirectory 'pf', DragonFly installs
it there.
Diffstat (limited to 'security')
-rw-r--r--security/pflkm/builtin.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pflkm/builtin.mk b/security/pflkm/builtin.mk
index f83b1e5fd56..ac210903354 100644
--- a/security/pflkm/builtin.mk
+++ b/security/pflkm/builtin.mk
@@ -1,9 +1,10 @@
-# $NetBSD: builtin.mk,v 1.6 2005/12/02 12:23:45 peter Exp $
+# $NetBSD: builtin.mk,v 1.7 2005/12/07 12:06:26 peter Exp $
BUILTIN_PKG:= pflkm
BUILTIN_FIND_FILES_VAR:= H_PFLKM
BUILTIN_FIND_FILES.H_PFLKM= /usr/include/net/pfvar.h
+BUILTIN_FIND_FILES.H_PFLKM+= /usr/include/net/pf/pfvar.h
.include "../../mk/buildlink3/bsd.builtin.mk"