blob: 247f6a9ac8a51fc4ba110e49d450117e7d6dcefe (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: deptgt-no_parallel.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
#
# Tests for the special target .NO_PARALLEL in dependency declarations.
# TODO: Implementation
all:
@:;
|