1 2 3 4 5 6 7 8 9 10 11 12 13
# # pccardc Makefile # # $FreeBSD$ # PROG= pccardc SRCS= beep.c dumpcis.c enabler.c pccardc.c pccardmem.c power.c printcis.c \ rdattr.c rdmap.c rdreg.c readcis.c wrattr.c wrreg.c CFLAGS+= -I${.CURDIR}/../pccardd .include <bsd.prog.mk> .PATH: ${.CURDIR}/../pccardd