freebsd_amp_hwpstate/lkm/pcic/Makefile

11 lines
185 B
Makefile
Raw Normal View History

1995-10-15 17:00:49 +00:00
# $Id: Makefile,v 1.3 1995/10/15 14:33:17 phk Exp $
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>