freebsd-src/usr.sbin/dumpcis/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

9 lines
109 B
Makefile

# pccardc Makefile
#
PROG= dumpcis
MAN= dumpcis.8
SRCS= main.c readcis.c printcis.c
.include <bsd.prog.mk>