mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Also, don't build pccardc now. I've left it in place for people that wish to build it to test experimental support for oldcard functionality that may have been lost in newcard.
13 lines
255 B
Makefile
13 lines
255 B
Makefile
# pccardc Makefile
|
|
#
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../pccardd ${.CURDIR}/../pccardc
|
|
|
|
PROG= dumpcis
|
|
MAN= dumpcis.8
|
|
SRCS= main.c dumpcis.c dumpcisfile.c readcis.c printcis.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../pccardd -I${.CURDIR}/../pccardc
|
|
|
|
.include <bsd.prog.mk>
|