mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 16:14:58 -04:00
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
9 lines
167 B
Makefile
9 lines
167 B
Makefile
# $Id: Makefile,v 1.6 1997/02/22 12:48:45 peter Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../pccard
|
|
KMOD= pcic
|
|
SRCS= pcic.c
|
|
NOMAN=
|
|
CFLAGS+= -DLKM
|
|
|
|
.include <bsd.kmod.mk>
|