11.4Srillig# $NetBSD: deptgt-interrupt.mk,v 1.4 2022/01/22 21:50:41 rillig Exp $ 21.1Srillig# 31.3Srillig# Tests for the special target .INTERRUPT in dependency declarations, which 41.3Srillig# collects commands to be run when make is interrupted while building another 51.3Srillig# target. 61.1Srillig 71.4Srilligall: 81.4Srillig @kill -INT ${.MAKE.PID} 91.1Srillig 101.4Srillig.INTERRUPT: 111.4Srillig @echo 'Ctrl-C' 12