freebsd-dev/usr.sbin/pccard/pccardc/Makefile
Poul-Henning Kamp f2b46629be The userland part of Andrew McRae's PCMCIA/PCCARD code.
This is not quite finished yet, and therefore I have not added it to the
usr.sbin/Makefile yet.
I collected a bunch of Andrews small programs into one: pccardc /phk

Reviewed by:	phk
Submitted by:	Andrew McRae <andrew@mega.com.au>
1995-08-24 09:03:04 +00:00

38 lines
568 B
Makefile

#
# Makefile pccardc
#
# $Id$
#
.PATH: ${.CURDIR}/../pccardd
PROG= pccardc
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>
##
## Makefile for PCMCIA card programs.
##
#
#PROGS = rdmap rdreg wrreg pccardmem wrattr enabler
#
#enabler: enabler.c
# cc $(CFLAGS) -o enabler enabler.c
#
#rdmap: rdmap.c
# cc $(CFLAGS) -o rdmap rdmap.c
#
#rdreg: rdreg.c
# cc $(CFLAGS) -o rdreg rdreg.c
#
#wrreg: wrreg.c
# cc $(CFLAGS) -o wrreg wrreg.c