1 2 3 4 5 6 7 8 9 10 11 12 13 14
# # pccardc Makefile # # $Id: Makefile,v 1.1 1995/08/24 09:02:45 phk Exp $ # PROG= pccardc NOMAN= noman SRCS= pccardc.c dumpcis.c readcis.c printcis.c enabler.c pccardmem.c \ rdmap.c rdreg.c wrattr.c wrreg.c CFLAGS+= -I. -I${.CURDIR}/../pccardd .include <bsd.prog.mk> .PATH: ${.CURDIR}/../pccardd