freebsd-dev/lkm/pcic/Makefile

11 lines
208 B
Makefile
Raw Normal View History

1995-08-24 09:06:24 +00:00
# $Id: Makefile,v 1.1 1995/03/20 19:25:49 wollman Exp $
.PATH: ${.CURDIR}/../../sys/pccard
KMOD= pcic_mod
SRCS= pcic.c
NOMAN=
PSEUDO_LKM=
CFLAGS+= -DLKM -Dlkm_pcic=xxxinit
.include <bsd.kmod.mk>