|
|
1.1 root 1: # Makefile 4.2 83/07/27
2: #
3: DESTDIR=
4:
5: all:
6: cd src; make ${MFLAGS}
7:
8: install: all
9: cd src; make ${MFLAGS} DESTDIR=${DESTDIR} install
10: cd lib; make ${MFLAGS} DESTDIR=${DESTDIR} install
11: cd man; make ${MFLAGS} DESTDIR=${DESTDIR} install
12:
13: clean:
14: cd src; make ${MFLAGS} clean
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.