9 lines
173 B
Makefile
9 lines
173 B
Makefile
# $NetBSD: directive-include.mk,v 1.1 2020/09/13 09:20:23 rillig Exp $
|
|
#
|
|
# Tests for the .include directive, which includes another file.
|
|
|
|
# TODO: Implementation
|
|
|
|
all:
|
|
@:;
|