1# $NetBSD: Makefile,v 1.3 2008/10/19 22:05:21 apb Exp $ 2 3.include <bsd.sys.mk> 4 5diodevs.h diodevs_data.h: diodevs devlist2h.awk 6 /bin/rm -f diodevs.h diodevs_data.h 7 ${TOOL_AWK} -f devlist2h.awk diodevs 8
1# $NetBSD: Makefile,v 1.3 2008/10/19 22:05:21 apb Exp $ 2 3.include <bsd.sys.mk> 4 5diodevs.h diodevs_data.h: diodevs devlist2h.awk 6 /bin/rm -f diodevs.h diodevs_data.h 7 ${TOOL_AWK} -f devlist2h.awk diodevs 8