xref: /netbsd-src/usr.bin/make/unit-tests/deptgt-main.mk (revision e5d758f832e07a177fa24707c434b7ce26d0f762)
1# $NetBSD: deptgt-main.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
2#
3# Tests for the special target .MAIN in dependency declarations, which defines
4# the main target.  This main target is built if no target has been specified
5# on the command line or via MAKEFLAGS.
6
7# TODO: Implementation
8
9all:
10	@:;
11