Only export our 'init' symbol.
This commit is contained in:
parent
a304bf73a0
commit
5336fc25b1
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.1 1995/08/24 09:06:24 phk Exp $
|
||||
# $Id: Makefile,v 1.2 1995/08/25 09:49:20 phk Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/pccard
|
||||
KMOD= pcic_mod
|
||||
@ -6,5 +6,6 @@ SRCS= pcic.c
|
||||
NOMAN=
|
||||
PSEUDO_LKM=
|
||||
CFLAGS+= -DLKM
|
||||
EXPORT_SYMS= _lkm_pcic
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.1 1995/08/24 09:06:24 phk Exp $
|
||||
# $Id: Makefile,v 1.2 1995/08/25 09:49:20 phk Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/pccard
|
||||
KMOD= pcic_mod
|
||||
@ -6,5 +6,6 @@ SRCS= pcic.c
|
||||
NOMAN=
|
||||
PSEUDO_LKM=
|
||||
CFLAGS+= -DLKM
|
||||
EXPORT_SYMS= _lkm_pcic
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user