diff options
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/pcic/Makefile | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index c9ebc813d10ee..dfe1093bd6ff3 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.10 1995/06/13 20:51:13 wollman Exp $ +# $Id: Makefile,v 1.11 1995/06/25 17:31:34 sos Exp $ SUBDIR= cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ ipfw kernfs linux msdos nfs nullfs \ - portal procfs socksys syscons umapfs union + pcic portal procfs socksys syscons umapfs union # # Doesn't work: # mfs diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile new file mode 100644 index 0000000000000..5fed9834c4374 --- /dev/null +++ b/sys/modules/pcic/Makefile @@ -0,0 +1,10 @@ +# $Id: Makefile,v 1.1 1995/03/20 19:25:49 wollman Exp $ + +.PATH: ${.CURDIR}/../../sys/pccard +KMOD= pcic_mod +SRCS= pcic.c +NOMAN= +PSEUDO_LKM= +CFLAGS+= -DLKM -Dlkm_pcic=xxxinit + +.include <bsd.kmod.mk> |
