Current Path : /usr/src/usr.sbin/pciconf/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/usr.sbin/pciconf/Makefile |
# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $ # $FreeBSD: release/9.1.0/usr.sbin/pciconf/Makefile 237731 2012-06-28 21:24:09Z jhb $ PROG= pciconf SRCS= pciconf.c cap.c err.c MAN= pciconf.8 CFLAGS+= -I${.CURDIR}/../../sys WARNS?= 3 .include <bsd.prog.mk>