freebsd-dev/lkm/pcic/Makefile
1997-02-22 12:49:29 +00:00

11 lines
140 B
Makefile

# $Id$
.PATH: ${.CURDIR}/../../sys/pccard
KMOD= pcic_mod
SRCS= pcic.c
NOMAN=
PSEUDO_LKM=
CFLAGS+= -DLKM
.include <bsd.kmod.mk>