freebsd_amp_hwpstate/usr.sbin/pccard/pccardc/Makefile

15 lines
251 B
Makefile
Raw Normal View History

#
# pccardc Makefile
#
1997-02-22 16:15:28 +00:00
# $Id$
#
PROG= pccardc
NOMAN= noman
SRCS= dumpcis.c enabler.c pccardc.c pccardmem.c printcis.c \
rdmap.c rdreg.c readcis.c wrattr.c wrreg.c
CFLAGS+= -I${.CURDIR}/../pccardd
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../pccardd