summaryrefslogtreecommitdiffstats
path: root/lkm/pcic/Makefile
blob: 7ac06bd2f8e233d1ac5f5c450466b914d895058b (plain)
1
2
3
4
5
6
7
8
9
10
11
#       $Id: Makefile,v 1.2 1995/08/25 09:49:20 phk Exp $

.PATH:  ${.CURDIR}/../../sys/pccard
KMOD=   pcic_mod
SRCS=   pcic.c
NOMAN=
PSEUDO_LKM=
CFLAGS+= -DLKM
EXPORT_SYMS=	_lkm_pcic

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud