b8702f530b
This was the last commit of this kind to src/sys, which is now totally "NetBSD.org clean". Thanks for the patiance, and sorry for all the commits.
16 lines
440 B
Makefile
16 lines
440 B
Makefile
# $NetBSD: Makefile.acpidevs,v 1.2 2003/12/04 13:57:30 keihan Exp $
|
|
#
|
|
# As per tron@NetBSD.org, the proper procedure is
|
|
#
|
|
# 1.) Change "src/sys/dev/acpi/acpidevs".
|
|
# 2.) Commit "src/sys/dev/acpi/acpidevs".
|
|
# 3.) Execute "make -f Makefile.acpidevs" in "src/sys/dev/acpi".
|
|
# 4.) Commit "src/sys/dev/acpi/acpidevs_data.h".
|
|
|
|
|
|
AWK= awk
|
|
|
|
acpidevs_data.h: acpidevs devlist2h.awk
|
|
/bin/rm -f acpidevs_data.h
|
|
${AWK} -F' ' -f devlist2h.awk acpidevs
|