opnsense-src/sys/modules/pcic/Makefile

11 lines
140 B
Makefile
Raw Normal View History

1997-02-22 07:49:29 -05:00
# $Id$
1995-08-24 05:06:24 -04:00
.PATH: ${.CURDIR}/../../sys/pccard
KMOD= pcic_mod
SRCS= pcic.c
NOMAN=
PSEUDO_LKM=
CFLAGS+= -DLKM
1995-08-24 05:06:24 -04:00
.include <bsd.kmod.mk>