diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-08-24 09:06:24 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-08-24 09:06:24 +0000 |
| commit | f37f4df155504cf374a38fdc0a5b771e80421a03 (patch) | |
| tree | 2e65b2a0aabfeab13a88a872691071c058a437bf /sys/modules/pcic | |
| parent | f2b46629bedd834ccfb14fddf3045e6fbb5155d3 (diff) | |
Notes
Diffstat (limited to 'sys/modules/pcic')
| -rw-r--r-- | sys/modules/pcic/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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> |
