date and time created 83/06/27 14:01:04 by sam
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 28 Jun 1983 05:01:04 +0000 (21:01 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 28 Jun 1983 05:01:04 +0000 (21:01 -0800)
SCCS-vsn: old/libdbm/Makefile 4.1

usr/src/old/libdbm/Makefile [new file with mode: 0644]

diff --git a/usr/src/old/libdbm/Makefile b/usr/src/old/libdbm/Makefile
new file mode 100644 (file)
index 0000000..9ea56c3
--- /dev/null
@@ -0,0 +1,15 @@
+#      Makefile        4.1     83/06/27
+#
+CFLAGS=-O
+
+libdbm.a: dbm.o
+       mv dbm.o libdbm.a
+
+dbm.o : dbm.h
+
+install:
+       install -c libdbm.a $(DESTDIR)/usr/lib
+       install -c dbm.h $(DESTDIR)/usr/include
+
+clean:
+       rm -f libdbm.a