diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-10-22 01:12:29 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-10-22 01:12:29 +0000 |
commit | 2aadec10fc49b16d52d23630d2771f5b7b60e517 (patch) | |
tree | 45f1b953b7a7cbf492611ccdd6cc3a27e22a02be /usr.sbin/pcidump/Makefile | |
parent | acae103f9c0f717e8a6d493d1e14f5f4bcd2638f (diff) |
put pcidump in the tree, a little tool for reading the pci configuration
spaces.
requested by kettenis@ ok kettenis@ deraadt@ marco@ and lots of others
Diffstat (limited to 'usr.sbin/pcidump/Makefile')
-rw-r--r-- | usr.sbin/pcidump/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/pcidump/Makefile b/usr.sbin/pcidump/Makefile new file mode 100644 index 00000000000..87462d2304d --- /dev/null +++ b/usr.sbin/pcidump/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 2007/10/22 01:12:28 dlg Exp $ + +PROG= pcidump +MAN= pcidump.8 + +.include <bsd.prog.mk> |