1# $NetBSD: Makefile,v 1.4 2010/12/28 10:15:49 tsutsui Exp $ 2 3.include <bsd.own.mk> 4.include <bsd.sys.mk> 5 6diodevs.h diodevs_data.h: diodevs devlist2h.awk 7 /bin/rm -f diodevs.h diodevs_data.h 8 ${TOOL_AWK} -f devlist2h.awk diodevs 9
1# $NetBSD: Makefile,v 1.4 2010/12/28 10:15:49 tsutsui Exp $ 2 3.include <bsd.own.mk> 4.include <bsd.sys.mk> 5 6diodevs.h diodevs_data.h: diodevs devlist2h.awk 7 /bin/rm -f diodevs.h diodevs_data.h 8 ${TOOL_AWK} -f devlist2h.awk diodevs 9