mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
7 lines
132 B
Makefile
7 lines
132 B
Makefile
# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
|
|
|
|
PROG= pciconf
|
|
MAN8= pciconf.8
|
|
CFLAGS+= -I/sys
|
|
|
|
.include <bsd.prog.mk>
|