diff options
author | phk <phk@FreeBSD.org> | 1995-08-25 09:49:20 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-08-25 09:49:20 +0000 |
commit | 7ccb38e01ec5770beb1e969e2495057e821b35a0 (patch) | |
tree | f9a0147833491de9e9af232425b228e67f35ce6d | |
parent | 911405e2265833d105bc8ea0f564cab98f6696e4 (diff) | |
download | FreeBSD-src-7ccb38e01ec5770beb1e969e2495057e821b35a0.zip FreeBSD-src-7ccb38e01ec5770beb1e969e2495057e821b35a0.tar.gz |
Remove my xxxinit hack. It was too gross.
-rw-r--r-- | lkm/pcic/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/pcic/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lkm/pcic/Makefile b/lkm/pcic/Makefile index 5fed983..9585bef 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 <bsd.kmod.mk> 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> |