freebsd-src/usr.sbin/pccard/pccardc/Makefile
Jun Kuriyama f1165987f1 Add "beep" subcommand.
Obtained from:	PAO3
Reviewed by:	-current list
1999-02-13 11:32:01 +00:00

15 lines
317 B
Makefile

#
# pccardc Makefile
#
# $Id: Makefile,v 1.7 1998/02/26 14:36:00 hosokawa Exp $
#
PROG= pccardc
NOMAN= noman
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
CFLAGS+= -I${.CURDIR}/../pccardd
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../pccardd