diff options
author | Glen Barber <gjb@FreeBSD.org> | 2013-03-21 01:59:22 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2013-03-21 01:59:22 +0000 |
commit | 10dc43b69449cdfebcea93045b38a52c07fb9cf2 (patch) | |
tree | 3b30773ca3103ec7e9c146d95b647fe2a4218e28 /emulators/virtualbox-ose-kmod/Makefile | |
parent | d600c214cc9b6ceecd24e2cb5522c04e71443246 (diff) |
Notes
Diffstat (limited to 'emulators/virtualbox-ose-kmod/Makefile')
-rw-r--r-- | emulators/virtualbox-ose-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index d9dbad2bfa58..3ce1cab9fc4d 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -45,7 +45,7 @@ VIMAGE_DESC= VIMAGE virtual networking support PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} -KMODDIR?= /boot/modules +KMODDIR= /boot/modules SRC_BASE?= /usr/src VBOX_BIN= ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin/src |