1996-04-09 23:31:51 +00:00
|
|
|
# pccardc Makefile
|
1995-08-24 09:03:04 +00:00
|
|
|
#
|
1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
2001-07-20 06:20:32 +00:00
|
|
|
|
1995-08-24 09:03:04 +00:00
|
|
|
PROG= pccardc
|
2001-07-20 06:20:32 +00:00
|
|
|
MAN= pccardc.8
|
2003-02-25 22:14:38 +00:00
|
|
|
SRCS= beep.c dumpcis.c dumpcisfile.c enabler.c pccardc.c pccardmem.c power.c \
|
|
|
|
printcis.c rdattr.c rdmap.c rdreg.c readcis.c wrattr.c wrreg.c
|
1995-08-24 09:03:04 +00:00
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../pccardd
|
1995-08-24 09:03:04 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
1996-04-09 23:31:51 +00:00
|
|
|
.PATH: ${.CURDIR}/../pccardd
|