1995-08-24 09:03:04 +00:00
|
|
|
#
|
1996-04-09 23:31:51 +00:00
|
|
|
# pccardc Makefile
|
1995-08-24 09:03:04 +00:00
|
|
|
#
|
1996-09-04 22:25:35 +00:00
|
|
|
# $Id: Makefile,v 1.2 1996/04/09 23:31:51 nate Exp $
|
1995-08-24 09:03:04 +00:00
|
|
|
#
|
|
|
|
PROG= pccardc
|
1996-04-09 23:31:51 +00:00
|
|
|
NOMAN= noman
|
|
|
|
SRCS= pccardc.c dumpcis.c readcis.c printcis.c enabler.c pccardmem.c \
|
|
|
|
rdmap.c rdreg.c wrattr.c wrreg.c
|
1995-08-24 09:03:04 +00:00
|
|
|
|
1996-09-04 22:25:35 +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
|