diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-15 14:33:17 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-15 14:33:17 +0000 |
| commit | 5336fc25b190cd4f3e05b6c62fecc42330b20e07 (patch) | |
| tree | c1f5ef9f439b0390beb432b70414f518af6f057f /sys/modules/pcic | |
| parent | a304bf73a0125d40875f69b1d009739673780bfd (diff) | |
Notes
Diffstat (limited to 'sys/modules/pcic')
| -rw-r--r-- | sys/modules/pcic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile index 9585bef898346..7ac06bd2f8e23 100644 --- a/sys/modules/pcic/Makefile +++ b/sys/modules/pcic/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/08/24 09:06:24 phk Exp $ +# $Id: Makefile,v 1.2 1995/08/25 09:49:20 phk Exp $ .PATH: ${.CURDIR}/../../sys/pccard KMOD= pcic_mod @@ -6,5 +6,6 @@ SRCS= pcic.c NOMAN= PSEUDO_LKM= CFLAGS+= -DLKM +EXPORT_SYMS= _lkm_pcic .include <bsd.kmod.mk> |
