mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05: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>
|