tcpgate: tcpgate.o tcp_lib.o cc $prereq -lin -lipc -o tcpgate install: tcpgate cp tcpgate /usr/ipc/mgrs chmod 775 /usr/ipc/mgrs/tcpgate chown bin,bin /usr/ipc/mgrs/tcpgate clean: rm -f tcpgate *.[oO] tcp_lib.o: tcp_lib.c cc -c -I/usr/src/ipc/libin tcp_lib.c