1 SHARED= ../shared-core 2 3 SUBDIR = drm mach64 mga r128 radeon savage sis tdfx i915 # via 4 5 .include <bsd.obj.mk> 6 7 depend: drm_pciids.h 8 all: drm_pciids.h 9 10 drm_pciids.h: ${SHARED}/drm_pciids.txt 11 sh ../scripts/create_bsd_pci_lists.sh < ${SHARED}/drm_pciids.txt 12 13 .include <bsd.subdir.mk> 14