summaryrefslogtreecommitdiffstats
path: root/sys/modules/lomac
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-11 01:19:26 +0000
committermsmith <msmith@FreeBSD.org>2002-01-11 01:19:26 +0000
commit96286409dff9cbe88734ea979897e3a8743d0fbc (patch)
treecc30854d601643ac1d1c240b2b728669325bea86 /sys/modules/lomac
parentbbe7d6474cb6fd7052476f34d8519d5fe8d55089 (diff)
downloadFreeBSD-src-96286409dff9cbe88734ea979897e3a8743d0fbc.zip
FreeBSD-src-96286409dff9cbe88734ea979897e3a8743d0fbc.tar.gz
Turn on unconditional symbol export for modules whose API is
not clear enough, will require additional analysis, or will require some input from their maintainers.
Diffstat (limited to 'sys/modules/lomac')
-rw-r--r--sys/modules/lomac/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/lomac/Makefile b/sys/modules/lomac/Makefile
index 6d857cd..883698b 100644
--- a/sys/modules/lomac/Makefile
+++ b/sys/modules/lomac/Makefile
@@ -23,6 +23,8 @@ CFLAGS+= -DUSES_LOCKMGR # necessary until VM uses sx locks
#CFLAGS+= -DLOMAC_DEBUG_PIPE # relatively cheap
#CFLAGS+= -DLOMAC_DEBUG_RECWD # only happens once
+EXPORT_SYMS= YES # XXX evaluate
+
.PATH: ${.CURDIR}/../../security/lomac
load-all: all
OpenPOWER on IntegriCloud