File:  [Research Unix] / researchv10no / ipc / servers / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:34 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

BIN=rogind rshd tcpd telnetd ftpd
CFLAGS=-g -I../etc -I../libin

all	:	${BIN}

rogind	:	rogind.o
		cc ${CFLAGS} -o rogind rogind.o -lin

rshd	:	rshd.o
		cc ${CFLAGS} -o rshd rshd.o -lin

tcpd	:	tcpd.o
		cc ${CFLAGS} -o tcpd tcpd.o -lin

telnetd	:	telnetd.o telnetaux.o
		cc ${CFLAGS} -o telnetd telnetd.o telnetaux.o -lin

ftpd	:	ftpd.o ftpcmd.o ftpaux.o
		${CC} -g -o ftpd ftpd.o ftpcmd.o ftpaux.o -lin

ftpcmd.o:	ftpcmd.y
		yacc ftpcmd.y
		cc -c ${CFLAGS} y.tab.c
		mv y.tab.o ftpcmd.o

install	:	${BIN}
		cp ${BIN} /usr/inet/etc
		chmod 755 /usr/inet/etc/*
		chown root,bin /usr/inet/etc/*

clean:
	rm -f *.[oO] y.tab.c rogind rshd tcpd telnetd ftpd

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.