mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
42e49837d9
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.
14 lines
255 B
Makefile
14 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>
|