aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-10-15 17:00:49 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-10-15 17:00:49 +0000
commit3cad1ca223de1ae82898d203bb22b4c2126906d1 (patch)
tree95b5658bc7fd8d0754ca48fecab644f9b89fb524
parentd19e0556a0a667070512a11da320510a4179c70f (diff)
Notes
-rw-r--r--lkm/pcic/Makefile3
-rw-r--r--sys/modules/pcic/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/lkm/pcic/Makefile b/lkm/pcic/Makefile
index 7ac06bd2f8e23..2e1a7062ecea8 100644
--- a/lkm/pcic/Makefile
+++ b/lkm/pcic/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/08/25 09:49:20 phk Exp $
+# $Id: Makefile,v 1.3 1995/10/15 14:33:17 phk Exp $
.PATH: ${.CURDIR}/../../sys/pccard
KMOD= pcic_mod
@@ -6,6 +6,5 @@ SRCS= pcic.c
NOMAN=
PSEUDO_LKM=
CFLAGS+= -DLKM
-EXPORT_SYMS= _lkm_pcic
.include <bsd.kmod.mk>
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index 7ac06bd2f8e23..2e1a7062ecea8 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/08/25 09:49:20 phk Exp $
+# $Id: Makefile,v 1.3 1995/10/15 14:33:17 phk Exp $
.PATH: ${.CURDIR}/../../sys/pccard
KMOD= pcic_mod
@@ -6,6 +6,5 @@ SRCS= pcic.c
NOMAN=
PSEUDO_LKM=
CFLAGS+= -DLKM
-EXPORT_SYMS= _lkm_pcic
.include <bsd.kmod.mk>