mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-20 06:12:14 +02:00
11 lines
259 B
Makefile
11 lines
259 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.3 gnits
|
|
|
|
TESTS = basic-1
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = \
|
|
INSTALL=../../src/ginstall \
|
|
LS=../../src/ls \
|
|
MKDIR=../../src/mkdir \
|
|
RM=../../src/rm
|