|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1983 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: # @(#)Makefile 5.5 (Berkeley) 1/18/86 ! 7: # ! 8: OBJS= host.o inet.o if.o main.o mbuf.o route.o unix.o ns.o ! 9: CFLAGS=-O ! 10: DESTDIR= ! 11: ! 12: netstat: ${OBJS} ! 13: ${CC} ${OBJS} -o netstat ! 14: ! 15: install: netstat ! 16: install -s -m 2755 -g kmem netstat ${DESTDIR}/usr/ucb/netstat ! 17: ! 18: clean: ! 19: rm -f *.o core a.out errs netstat
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.