diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-10-05 08:06:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-10-05 08:06:08 +0000 |
commit | 2357263216d68562e2ccabff7e43bafcbccc4f7b (patch) | |
tree | 536a03784436b0faf3bd9602a4b25cd40cfcf9d4 /Makefile | |
parent | 7557065b3463e7dcda5964f1c37ea447dd4b32a2 (diff) |
provide a pciutils style pci.ids file for libpciaccess.
ok todd@ deraadt@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2008/06/12 21:58:28 matthieu Exp $ +# $OpenBSD: Makefile,v 1.27 2008/10/05 08:06:06 matthieu Exp $ .include <bsd.own.mk> LOCALAPPD=/usr/local/lib/X11/app-defaults @@ -15,6 +15,7 @@ SUBDIR= proto data/bitmaps lib app data/xkbdata ${XSERVER} driver util doc .ifndef NOFONTS SUBDIR+= font .endif +SUBDIR+= share/pciids SUBDIR+= distrib/notes NOOBJ= |