summaryrefslogtreecommitdiff
path: root/usr.sbin/pcidump/Makefile
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2007-10-22 01:12:29 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2007-10-22 01:12:29 +0000
commit2aadec10fc49b16d52d23630d2771f5b7b60e517 (patch)
tree45f1b953b7a7cbf492611ccdd6cc3a27e22a02be /usr.sbin/pcidump/Makefile
parentacae103f9c0f717e8a6d493d1e14f5f4bcd2638f (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/Makefile6
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>