diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-03 16:27:31 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-03 16:27:31 +0000 |
commit | e23c1f41e1c41abc66b05cdd3a09b3735878d418 (patch) | |
tree | d3c2ed42dbe10c97f95bb111ed139ae7b18b9453 /sysutils | |
parent | Update to 0.10.14 (diff) |
- Fix build
Submitted by: maintainer via mail
Notes
Notes:
svn path=/head/; revision=197030
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mono-kmod/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/mono-kmod/Makefile b/sysutils/mono-kmod/Makefile index 265462cd5efe..800e271febb1 100644 --- a/sysutils/mono-kmod/Makefile +++ b/sysutils/mono-kmod/Makefile @@ -27,6 +27,7 @@ MAKE_ENV+= KMODDIR=${KMODDIR} PLIST_FILES= "@cwd %%KMODDIR%%" PLIST_FILES+= mono.ko +PLIST_FILES+= "@unexec kldxref ${KMODDIR}" .include <bsd.port.pre.mk> |