|
|
1.1 root 1: # %M% %I% %E%
2: #
3: DESTDIR=
4:
5: all: FRC
6: cd src; make ${MFLAGS}
7:
8: install: FRC
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: FRC
14: cd src; make ${MFLAGS} clean
15:
16: depend:
17: FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.