15 lines
275 B
Makefile
15 lines
275 B
Makefile
#
|
|
# pccardc Makefile
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
PROG= pccardc
|
|
SRCS= beep.c dumpcis.c enabler.c pccardc.c pccardmem.c printcis.c \
|
|
rdattr.c rdmap.c rdreg.c readcis.c wrattr.c wrreg.c
|
|
MAN8= pccardc.8
|
|
|
|
CFLAGS+= -I${.CURDIR}/../pccardd
|
|
|
|
.include <bsd.prog.mk>
|
|
.PATH: ${.CURDIR}/../pccardd
|