# make all the cmds

SUBDIR= cookie custom hostname enetwatch ping setclock \
	term tftp tn whois nicname onhook iprint pnetwatch

all: ${SUBDIR}
	for i in ${SUBDIR}; do \
		(cd $$i; make all install); done

lint: ${SUBDIR}
	for i in ${SUBDIR}; do \
		(cd $$i; make lint); done
