diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
commit | c73e22c3d47a3cff43c30a39e6aa4692e07316c8 (patch) | |
tree | 4850c8e93ed64ec07d74d3b37deb81f774dba52e /usr.sbin/pciconf | |
parent | fe655281c5aaa0c4feb637ba0199f869ba84a78b (diff) | |
download | src-test2-c73e22c3d47a3cff43c30a39e6aa4692e07316c8.tar.gz src-test2-c73e22c3d47a3cff43c30a39e6aa4692e07316c8.zip |
Notes
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r-- | usr.sbin/pciconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile index b60866806a4b..eb21d047d106 100644 --- a/usr.sbin/pciconf/Makefile +++ b/usr.sbin/pciconf/Makefile @@ -1,7 +1,7 @@ # $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $ +# $FreeBSD$ PROG= pciconf -MAN8= pciconf.8 CFLAGS+= -I${.CURDIR}/../../sys .include <bsd.prog.mk> |