1 1.3 rillig # $NetBSD: deptgt-silent.mk,v 1.3 2020/09/10 21:40:50 rillig Exp $ 2 1.1 rillig # 3 1.2 rillig # Tests for the special target .SILENT in dependency declarations. 4 1.1 rillig 5 1.3 rillig .SILENT: all 6 1.1 rillig 7 1.1 rillig all: 8 1.3 rillig @echo 'This is not echoed because of the @.' 9 1.3 rillig # Without the .SILENT, the following command would be echoed. 10 1.3 rillig echo 'This is not echoed because of the .SILENT.' 11