summaryrefslogtreecommitdiff
path: root/libc/tests/Real_make
diff options
context:
space:
mode:
Diffstat (limited to 'libc/tests/Real_make')
-rw-r--r--libc/tests/Real_make19
1 files changed, 19 insertions, 0 deletions
diff --git a/libc/tests/Real_make b/libc/tests/Real_make
new file mode 100644
index 0000000..38c4232
--- /dev/null
+++ b/libc/tests/Real_make
@@ -0,0 +1,19 @@
+# Copyright (C) 1996 Robert de Bath <robert@mayday.compulink.co.uk>
+# This file is part of the Linux-8086 C library and is distributed
+# under the GNU Library General Public License.
+
+SRC=env.c ft.c hd.c size.c sync.c compr.c ucomp.c ouch.c lines.c \
+ wc.c line2.c rand.c grab.c
+OBJ=
+EXE=env ft hd size sync compr ucomp ouch lines wc line2 rand grab
+
+LINK_FILES=cat chgrp chmod chown cp install ln mkdir mkfifo mknod mv rm
+
+all: $(EXE)
+
+links:
+ for i in $(LINK_FILES) ; do ln -s ft $$i ; done
+
+no_links:
+ rm -f $(LINK_FILES)
+