1 1.3.6.1 nathanw # $NetBSD: Makefile.usbdevs,v 1.3.6.1 2002/04/17 00:06:14 nathanw Exp $ 2 1.3.6.1 nathanw 3 1.3.6.1 nathanw # The header files depend on the correct version of usbdevs. 4 1.3.6.1 nathanw # 5 1.3.6.1 nathanw # Thus, the procedure is: 6 1.3.6.1 nathanw # 1) change usbdevs 7 1.3.6.1 nathanw # 2) commit usbdevs 8 1.3.6.1 nathanw # 3) _then_ genereate header files 9 1.3.6.1 nathanw # 4) commit them 10 1.1 augustss 11 1.1 augustss AWK= awk 12 1.2 augustss UNAME= uname 13 1.3 augustss RM= rm 14 1.1 augustss 15 1.1 augustss usbdevs.h usbdevs_data.h: usbdevs devlist2h.awk 16 1.3 augustss ${RM} -f usbdevs.h usbdevs_data.h 17 1.2 augustss ${AWK} -v os=`${UNAME} -s` -f devlist2h.awk usbdevs 18