|
|
1.1.1.2 ! root 1: # @(#)Makefile 4.4 12/18/82 1.1 root 2: # 1.1.1.2 ! root 3: # OBJS2: for debugging with "cdb" ! 4: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR} ! 5: ! 6: ! 7: OBJS1= host.o inet.o if.o main.o mbuf.o route.o acestat.o enpstat.o \ ! 8: arptab.o enperrors.o enpbuf.o ! 9: ! 10: #OBJS2 = end.o ! 11: #CFLAGS= -g "-Dregister=" -Dtahoe -I${INCLDIR} ! 12: ! 13: OBJS2 = ! 14: CFLAGS= -O -I${INCLDIR} ! 15: OBJS = ${OBJS1} ${OBJS2} ! 16: DESTDIR= ! 17: ! 18: nstat: ${OBJS} ! 19: ${CC} ${CFLAGS} ${OBJS} -o nstat ! 20: ! 21: install: etherstat ! 22: install -s nstat ${DESTDIR}/usr/ucb ! 23: ! 24: clean: ! 25: rm -f *.o core a.out errs
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.