diff options
Diffstat (limited to 'sys/modules/mac_portacl/Makefile')
-rw-r--r-- | sys/modules/mac_portacl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mac_portacl/Makefile b/sys/modules/mac_portacl/Makefile index f9bbe23..7bac072 100644 --- a/sys/modules/mac_portacl/Makefile +++ b/sys/modules/mac_portacl/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../security/mac_portacl +.PATH: ${SRCTOP}/sys/security/mac_portacl KMOD= mac_portacl SRCS= mac_portacl.c |