summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-08-25 09:49:20 +0000
committerphk <phk@FreeBSD.org>1995-08-25 09:49:20 +0000
commit7ccb38e01ec5770beb1e969e2495057e821b35a0 (patch)
treef9a0147833491de9e9af232425b228e67f35ce6d /sys/modules
parent911405e2265833d105bc8ea0f564cab98f6696e4 (diff)
downloadFreeBSD-src-7ccb38e01ec5770beb1e969e2495057e821b35a0.zip
FreeBSD-src-7ccb38e01ec5770beb1e969e2495057e821b35a0.tar.gz
Remove my xxxinit hack. It was too gross.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/pcic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index 5fed983..9585bef 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -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>
OpenPOWER on IntegriCloud