mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
8 lines
152 B
Makefile
8 lines
152 B
Makefile
# $Id: Makefile,v 1.7 1998/10/16 04:30:48 peter Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../pccard
|
|
KMOD= pcic
|
|
SRCS= pcic.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|