Home | History | Annotate | Line # | Download | only in acpi
      1 #	$NetBSD: Makefile.acpidevs,v 1.5 2008/10/19 22:05:22 apb Exp $
      2 #
      3 # As per tron (a] NetBSD.org, the proper procedure is
      4 #
      5 # 1.) Change "src/sys/dev/acpi/acpidevs".
      6 # 2.) Commit "src/sys/dev/acpi/acpidevs".
      7 # 3.) Execute "make -f Makefile.acpidevs" in "src/sys/dev/acpi".
      8 # 4.) Commit "src/sys/dev/acpi/acpidevs_data.h".
      9 
     10 .include <bsd.own.mk>
     11 
     12 acpidevs_data.h: acpidevs devlist2h.awk
     13 	/bin/rm -f acpidevs_data.h
     14 	${TOOL_AWK} -f devlist2h.awk acpidevs
     15