|
|
1.1 root 1: #
2: # Copyright (c) 1987 Regents of the University of California.
3: # All rights reserved. The Berkeley software License Agreement
4: # specifies the terms and conditions for redistribution.
5: #
6: # %W% (Berkeley) %G%
7: #
8: DESTDIR=
9:
10: all: FRC
11: cd pcc.${MACHINE}; make ${MFLAGS}
12:
13: clean: FRC
14: cd pcc.${MACHINE}; make ${MFLAGS} clean
15:
16: depend: FRC
17: cd pcc.${MACHINE}; make ${MFLAGS} depend
18:
19: install: FRC
20: cd pcc.${MACHINE}; make DESTDIR=${DESTDIR} install
21:
22: tags: FRC
23: cd pcc.${MACHINE}; make ${MFLAGS} tags
24:
25: FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.