]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/deptgt-interrupt.mk
Merge bmake-20201117
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / deptgt-interrupt.mk
1 # $NetBSD: deptgt-interrupt.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
2 #
3 # Tests for the special target .INTERRUPT in dependency declarations, which
4 # collects commands to be run when make is interrupted while building another
5 # target.
6
7 # TODO: Implementation
8
9 all:
10         @:;