freebsd_amp_hwpstate/lkm/pcic/Makefile

11 lines
140 B
Makefile
Raw Normal View History

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