|
|
1.1 ! root 1: # @(#)Makefile 4.4 12/18/82 ! 2: OBJS= host.o inet.o if.o main.o mbuf.o route.o ! 3: CFLAGS=-O ! 4: DESTDIR= ! 5: ! 6: netstat: ${OBJS} ! 7: ${CC} ${OBJS} -o netstat ! 8: ! 9: install: netstat ! 10: install -s netstat ${DESTDIR}/usr/ucb ! 11: ! 12: clean: ! 13: 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.