summaryrefslogtreecommitdiff
path: root/bin/test/Makefile
diff options
context:
space:
mode:
authorglass <glass@NetBSD.org>1993-04-26 23:30:42 +0000
committerglass <glass@NetBSD.org>1993-04-26 23:30:42 +0000
commite5ac8e1e2ac7166399995140cce86f0c070f72a8 (patch)
treefb845d0ef7988314651990b02eb8bf09e53515b1 /bin/test/Makefile
parent673442398bf5f9573d0dbbd5672e963f1798c75a (diff)
new 'test' from ftp.uu.net:/systems/unix/bsd-sources, got rid of GNU thing
Diffstat (limited to 'bin/test/Makefile')
-rw-r--r--bin/test/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile
new file mode 100644
index 00000000000..6fbe364cdfe
--- /dev/null
+++ b/bin/test/Makefile
@@ -0,0 +1,13 @@
+# @(#)Makefile 5.1 (Berkeley) 6/8/92
+
+PROG= test
+SRCS= operators.c test.c
+CFLAGS+=-I.
+LINKS= ${BINDIR}/test ${BINDIR}/[
+MLINKS= test.1 '[.1'
+CLEANFILES+= operators.c operators.h
+
+operators.c operators.h: unary_op binary_op mkops
+ sh ${.CURDIR}/mkops
+
+.include <bsd.prog.mk>