mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Only export our 'init' symbol.
This commit is contained in:
parent
a304bf73a0
commit
5336fc25b1
2 changed files with 4 additions and 2 deletions
|
|
@ -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 a new issue