mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 08:33:20 +00:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
|
# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
|
||
|
|
||
|
PROG= pciconf
|
||
|
|
||
|
CFLAGS+= -I/sys
|
||
|
|
||
|
.include <bsd.prog.mk>
|