1# $NetBSD: deptgt-end.mk,v 1.3 2020/08/29 17:34:21 rillig Exp $ 2# 3# Tests for the special target .END in dependency declarations, 4# which is run after making the desired targets. 5 6.BEGIN: 7 : $@ 8 9.END: 10 : $@ 11 12all: 13 : $@ 14