mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove my xxxinit hack. It was too gross.
This commit is contained in:
parent
f673a8d884
commit
9187dfc42c
2 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# $Id: Makefile,v 1.1 1995/03/20 19:25:49 wollman Exp $
|
||||
# $Id: Makefile,v 1.1 1995/08/24 09:06:24 phk Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/pccard
|
||||
KMOD= pcic_mod
|
||||
SRCS= pcic.c
|
||||
NOMAN=
|
||||
PSEUDO_LKM=
|
||||
CFLAGS+= -DLKM -Dlkm_pcic=xxxinit
|
||||
CFLAGS+= -DLKM
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# $Id: Makefile,v 1.1 1995/03/20 19:25:49 wollman Exp $
|
||||
# $Id: Makefile,v 1.1 1995/08/24 09:06:24 phk Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/pccard
|
||||
KMOD= pcic_mod
|
||||
SRCS= pcic.c
|
||||
NOMAN=
|
||||
PSEUDO_LKM=
|
||||
CFLAGS+= -DLKM -Dlkm_pcic=xxxinit
|
||||
CFLAGS+= -DLKM
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue