From a654d072959982a88cfbd609921641d85a8eb50c Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 16 Oct 1998 04:30:52 +0000 Subject: Sample initial set of kld-ified modules. Not all have been completely converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting) --- sys/modules/pcic/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/modules/pcic') diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile index 60f7f9031113..0c8c2047bfcd 100644 --- a/sys/modules/pcic/Makefile +++ b/sys/modules/pcic/Makefile @@ -1,10 +1,9 @@ -# $Id$ +# $Id: Makefile,v 1.6 1997/02/22 12:48:45 peter Exp $ -.PATH: ${.CURDIR}/../../sys/pccard -KMOD= pcic_mod +.PATH: ${.CURDIR}/../../pccard +KMOD= pcic SRCS= pcic.c NOMAN= -PSEUDO_LKM= CFLAGS+= -DLKM .include -- cgit v1.3