tcpgate: tcpgate.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]
