From: Sam Leffler Date: Tue, 28 Jun 1983 05:01:04 +0000 (-0800) Subject: date and time created 83/06/27 14:01:04 by sam X-Git-Tag: BSD-4_2-Snapshot-Development~1315 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/a41f6928d67c8b595abdc55646a284bad74854c8 date and time created 83/06/27 14:01:04 by sam SCCS-vsn: old/libdbm/Makefile 4.1 --- diff --git a/usr/src/old/libdbm/Makefile b/usr/src/old/libdbm/Makefile new file mode 100644 index 0000000000..9ea56c3ce3 --- /dev/null +++ b/usr/src/old/libdbm/Makefile @@ -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