summaryrefslogtreecommitdiff
path: root/sys/modules/pcic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/pcic/Makefile')
-rw-r--r--sys/modules/pcic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index 550d58922a49d..0c8c2047bfcdf 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -1,8 +1,9 @@
-# $Id: Makefile,v 1.7 1998/10/16 04:30:48 peter Exp $
+# $Id: Makefile,v 1.6 1997/02/22 12:48:45 peter Exp $
.PATH: ${.CURDIR}/../../pccard
KMOD= pcic
SRCS= pcic.c
NOMAN=
+CFLAGS+= -DLKM
.include <bsd.kmod.mk>