aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-08-24 09:06:24 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-08-24 09:06:24 +0000
commitf37f4df155504cf374a38fdc0a5b771e80421a03 (patch)
tree2e65b2a0aabfeab13a88a872691071c058a437bf /sys/modules
parentf2b46629bedd834ccfb14fddf3045e6fbb5155d3 (diff)
downloadsrc-f37f4df155504cf374a38fdc0a5b771e80421a03.tar.gz
src-f37f4df155504cf374a38fdc0a5b771e80421a03.zip
pcic lkm for the pccard stuff.
Notes
Notes: svn path=/head/; revision=10218
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
-rw-r--r--sys/modules/pcic/Makefile10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index c9ebc813d10e..dfe1093bd6ff 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 000000000000..5fed9834c437
--- /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>