Replaced GNU test with Berkeley test
[unix-history] / bin / test / Makefile
index 035270c..34d81d2 100644 (file)
@@ -1,9 +1,14 @@
-PROG = test
-CFLAGS += -DSTANDALONE
-NOMAN=noman
+#        @(#)Makefile  5.1 (Berkeley) 6/8/92
 
 
-afterinstall:
-       rm -f /bin/[
-       ln /bin/test /bin/[
+PROG=  test
+SRCS=   test.c operators.c
+CFLAGS+=-I.
+LINKS= ${BINDIR}/test ${BINDIR}/[
+MLINKS=        test.1 '[.1'
+
+
+# use this rule to if you update binary_ops, or unary_ops
+make_op: 
+       sh ${.CURDIR}/mkops
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>