1 1.2 jmcneill # $NetBSD: Makefile.hdaudiodevs,v 1.2 2015/05/30 14:10:01 jmcneill Exp $ 2 1.1 jmcneill # 3 1.1 jmcneill # As per tron (a] NetBSD.org, the proper procedure is 4 1.1 jmcneill # 5 1.1 jmcneill # 1.) Change "src/sys/dev/hdaudio/hdaudiodevs". 6 1.1 jmcneill # 2.) Commit "src/sys/dev/hdaudio/hdaudiodevs". 7 1.1 jmcneill # 3.) Execute "make -f Makefile.hdaudiodevs" in "src/sys/dev/hdaudio". 8 1.1 jmcneill # 4.) Commit "src/sys/dev/hdaudio/hdaudiodevs.h" and "src/sys/dev/hdaudio/hdaudiodevs_data.h". 9 1.1 jmcneill 10 1.1 jmcneill .include <bsd.own.mk> 11 1.1 jmcneill 12 1.2 jmcneill hdaudiodevs.h hdaudiodevs_data.h: ${.CURDIR}/../devlist2h.awk hdaudiodevs 13 1.1 jmcneill /bin/rm -f hdaudiodevs.h hdaudiodevs_data.h 14 1.1 jmcneill ${TOOL_AWK} -f ${.ALLSRC} 15