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