date and time created 83/02/10 21:00:45 by shannon
authorBill Shannon <shannon@ucbvax.Berkeley.EDU>
Fri, 11 Feb 1983 13:00:45 +0000 (05:00 -0800)
committerBill Shannon <shannon@ucbvax.Berkeley.EDU>
Fri, 11 Feb 1983 13:00:45 +0000 (05:00 -0800)
SCCS-vsn: usr.bin/diff/diff3/Makefile 4.1

usr/src/usr.bin/diff/diff3/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/diff/diff3/Makefile b/usr/src/usr.bin/diff/diff3/Makefile
new file mode 100644 (file)
index 0000000..abf9f85
--- /dev/null
@@ -0,0 +1,13 @@
+#      Makefile        4.1     83/02/10
+
+CFLAGS=-O
+
+diff3: diff3.o
+       cc -o diff3 diff3.o
+
+install: diff3
+       install -s diff3 $(DESTDIR)/usr/lib
+       install -c diff3.sh $(DESTDIR)/usr/bin/diff3
+
+clean:
+       rm -f diff3.o diff3