mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
9 lines
121 B
Makefile
9 lines
121 B
Makefile
# pccardc Makefile
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PROG= dumpcis
|
|
MAN= dumpcis.8
|
|
SRCS= main.c readcis.c printcis.c
|
|
|
|
.include <bsd.prog.mk>
|