1# $NetBSD: Makefile,v 1.5 2014/01/10 16:35:59 christos Exp $ 2 3.include <bsd.own.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.5 2014/01/10 16:35:59 christos Exp $ 2 3.include <bsd.own.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