mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
8 lines
132 B
Makefile
8 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>
|