mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
8 lines
143 B
Makefile
8 lines
143 B
Makefile
# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
|
|
|
|
PROG= pciconf
|
|
SRCS= pciconf.c cap.c err.c
|
|
MAN= pciconf.8
|
|
|
|
.include <bsd.prog.mk>
|