mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-22 04:43:33 +02:00
7 lines
184 B
Makefile
7 lines
184 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.1 gnits
|
|
|
|
TESTS = p-1 p-2
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = MKDIR=../../src/mkdir
|