mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-12 07:55:31 +02:00
15 lines
343 B
Makefile
15 lines
343 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.3 gnits
|
|
|
|
TESTS = empty-file
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = \
|
|
DF=../../src/df \
|
|
LN=../../src/ln \
|
|
LS=../../src/ls \
|
|
MKDIR=../../src/mkdir \
|
|
MKNOD=../../src/mknod \
|
|
MV=../../src/mv \
|
|
RM=../../src/rm \
|
|
TOUCH=../../src/touch
|