mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
11 lines
131 B
Makefile
11 lines
131 B
Makefile
# pccardc Makefile
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PROG= dumpcis
|
|
MAN= dumpcis.8
|
|
SRCS= main.c readcis.c printcis.c
|
|
WARNS?= 5
|
|
|
|
.include <bsd.prog.mk>
|