mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
10 lines
121 B
Makefile
10 lines
121 B
Makefile
# pccardc Makefile
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PROG= dumpcis
|
|
MAN= dumpcis.8
|
|
SRCS= main.c readcis.c printcis.c
|
|
|
|
.include <bsd.prog.mk>
|