mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
8 lines
109 B
Makefile
8 lines
109 B
Makefile
# pccardc Makefile
|
|
#
|
|
|
|
PROG= dumpcis
|
|
MAN= dumpcis.8
|
|
SRCS= main.c readcis.c printcis.c
|
|
|
|
.include <bsd.prog.mk>
|