blob: 58cc8a2bf516758b8a759d4940340cdf2d997407 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: varname-dot-make-makefile_preference.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
#
# Tests for the special .MAKE.MAKEFILE_PREFERENCE variable.
# TODO: Implementation
all:
@:;
|