|
|
1.1 root 1: # Makefile 4.3 83/10/17
2: #
3: CFLAGS=-O
4:
5: libdbm.a: dbm.c
6: libdbm.a: dbm.h
7: ${CC} -c ${CFLAGS} dbm.c
8: mv dbm.o libdbm.a
9:
10: install:
11: install -m 644 libdbm.a $(DESTDIR)/usr/lib
12: install -c dbm.h $(DESTDIR)/usr/include
13:
14: clean:
15: rm -f libdbm.a errs a.out core
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.