From 9187dfc42cb3f1faf04879e62df7a1b2ad71ab31 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 25 Aug 1995 09:49:20 +0000 Subject: [PATCH] Remove my xxxinit hack. It was too gross. --- lkm/pcic/Makefile | 4 ++-- sys/modules/pcic/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lkm/pcic/Makefile b/lkm/pcic/Makefile index 5fed9834c43..9585bef8983 100644 --- a/lkm/pcic/Makefile +++ b/lkm/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 diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile index 5fed9834c43..9585bef8983 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