|
|
1.1.1.2 ! root 1: # Makefile (Berkeley) 6/12/83 1.1 root 2: # 1.1.1.2 ! root 3: ! 4: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR} ! 5: ALL= routed ! 6: OBJS= af.o if.o input.o main.o output.o startup.o tables.o timer.o \ ! 7: trace.o ! 8: CFLAGS= -O ! 9: DESTDIR= ! 10: LDFLAGS= ! 11: ! 12: all: ${ALL} ! 13: ! 14: routed: ${OBJS} ! 15: ${CC} -o routed ${LDFLAGS} ${OBJS} ! 16: ! 17: install: routed ! 18: install -s routed ${DESTDIR}/etc ! 19: ! 20: clean: ! 21: rm -f routed *.o core a.out t.c linterrs typescript errs ! 22: ! 23: cleansrc: ! 24: rm -f *.[ch] Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.