|
|
1.1 root 1: # Makefile 4.3 87/06/16
2: #
3: DESTDIR=
4:
5: all: FRC
6: cd apl.${MACHINE}; make ${MFLAGS}
7:
8: install: FRC
9: cd apl.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} install
10:
11: clean: FRC
12: cd apl.${MACHINE}; make ${MFLAGS} clean
13:
14: depend: FRC
15: cd apl.${MACHINE}; make ${MFLAGS} depend
16:
17: FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.