|
|
1.1.1.2 ! root 1: # @(#)Makefile 4.4 12/18/82 1.1 root 2: 1.1.1.2 ! root 3: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR} ! 4: OBJS= host.o inet.o if.o main.o mbuf.o route.o ! 5: CFLAGS=-O ! 6: DESTDIR= ! 7: ! 8: netstat: ${OBJS} ! 9: ${CC} ${OBJS} -o netstat ! 10: ! 11: install: netstat ! 12: install -s netstat ${DESTDIR}/usr/ucb ! 13: ! 14: clean: ! 15: rm -f *.o core a.out errs ! 16: ! 17: cleansrc: ! 18: rm -f *.c *.h Makefile netstat
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.