From 7ccb38e01ec5770beb1e969e2495057e821b35a0 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 25 Aug 1995 09:49:20 +0000 Subject: Remove my xxxinit hack. It was too gross. --- sys/modules/pcic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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 -- cgit v1.1