diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-08-25 09:49:20 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-08-25 09:49:20 +0000 |
| commit | 9187dfc42cb3f1faf04879e62df7a1b2ad71ab31 (patch) | |
| tree | f9a0147833491de9e9af232425b228e67f35ce6d /sys/modules/pcic | |
| parent | f673a8d884957a42186512fb81161530c6b016dc (diff) | |
Notes
Diffstat (limited to 'sys/modules/pcic')
| -rw-r--r-- | sys/modules/pcic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile index 5fed9834c437..9585bef89834 100644 --- a/sys/modules/pcic/Makefile +++ b/sys/modules/pcic/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.1 1995/03/20 19:25:49 wollman Exp $ +# $Id: Makefile,v 1.1 1995/08/24 09:06:24 phk Exp $ .PATH: ${.CURDIR}/../../sys/pccard KMOD= pcic_mod SRCS= pcic.c NOMAN= PSEUDO_LKM= -CFLAGS+= -DLKM -Dlkm_pcic=xxxinit +CFLAGS+= -DLKM .include <bsd.kmod.mk> |
