aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mono-kmod
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-07-01 22:40:21 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-07-01 22:40:21 +0000
commitfc7e5599620b486d3749b191bc5bba6fc206c528 (patch)
tree932cdac46f60b930d64bc618cc3ea63f3a7aa7fd /sysutils/mono-kmod
parent0892ab4b4d058c8b385986a540e111b33ac16caa (diff)
Notes
Diffstat (limited to 'sysutils/mono-kmod')
-rw-r--r--sysutils/mono-kmod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mono-kmod/Makefile b/sysutils/mono-kmod/Makefile
index 1849d94b38ff..5b777b09cf22 100644
--- a/sysutils/mono-kmod/Makefile
+++ b/sysutils/mono-kmod/Makefile
@@ -20,6 +20,8 @@ KMODDIR?= /boot/modules
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
+.include <bsd.port.pre.mk>
+
SRC_BASE?= /usr/src
PLIST_SUB= KMODDIR=${KMODDIR}
@@ -29,8 +31,6 @@ PLIST_FILES= "@cwd %%KMODDIR%%"
PLIST_FILES+= mono.ko
PLIST_FILES+= "@unexec kldxref ${KMODDIR}"
-.include <bsd.port.pre.mk>
-
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source to be installed
.endif