1# $NetBSD: suff-transform-debug.mk,v 1.1 2020/11/22 23:45:20 rillig Exp $
2#
3# Test how the debug output of transformation rules looks.
4
5.MAKEFLAGS: -dg1
6
7.SUFFIXES: .a .c .cpp
8
9.c.cpp .cpp.a:
10	: Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}.
11
12all:
13