10 lines
230 B
Makefile
10 lines
230 B
Makefile
# $NetBSD: depsrc.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
|
#
|
|
# Tests for special sources (those starting with a dot, followed by
|
|
# uppercase letters) in dependency declarations, such as .PHONY.
|
|
|
|
# TODO: Implementation
|
|
|
|
all:
|
|
@:;
|