KNOWN= 4.4bsd 4.3reno 4.3tahoe 4.3bsd \
	unicos5.0 unicos5.1 unicos6.0 unicos6.1 \
	sun3.5 sun4.0.3.c sun4.0 sun4.1 \
	dynix3.0.12 dynix3.0.17 \
	ultrix3.1 ultrix4.0 \
	next1.0 \
	clean cleandir lint tags depend

all:
	cd telnet; make
	cd telnetd; make

${KNOWN}:
	cd telnet; make $@ WHAT=${WHAT}
	cd telnetd; make $@ WHAT=${WHAT}
