summaryrefslogtreecommitdiffstats
path: root/sys/modules/aout
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-11 18:03:03 +0000
committerpeter <peter@FreeBSD.org>2002-09-11 18:03:03 +0000
commit2a63985c692979ff208ce09884ce36db7752beed (patch)
tree82a235eec70a8dfa7c0ff2d86e94209d6ff0094a /sys/modules/aout
parent809f9dfed1cf1c537b5dce1158e08b4c8aee55bb (diff)
downloadFreeBSD-src-2a63985c692979ff208ce09884ce36db7752beed.zip
FreeBSD-src-2a63985c692979ff208ce09884ce36db7752beed.tar.gz
I completely fubared this. An empty EXPORT_SYMS= is not valid. I know I
build this several times, and even tested loaded the module. I must have changed something right before commit. Pointed out by: bde
Diffstat (limited to 'sys/modules/aout')
-rw-r--r--sys/modules/aout/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/aout/Makefile b/sys/modules/aout/Makefile
index 1c29932..203d9cf 100644
--- a/sys/modules/aout/Makefile
+++ b/sys/modules/aout/Makefile
@@ -6,6 +6,4 @@ KMOD= aout
SRCS= imgact_aout.c \
vnode_if.h
-EXPORT_SYMS=
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud