all:
	@echo "This version of termpkg currently ports to these"
	@echo "operating systems:"
	@echo
	@echo "	aix freebsd linux osf sco"
	@echo
	@echo "To build the package for one of these, execute"
	@echo
	@echo "	make aix|freebsd|linux|osf|sco"
	@echo

aix:
	maketarget.sh aix

freebsd:
	maketarget.sh freebsd

linux:
	maketarget.sh linux

osf:
	maketarget.sh osf

sco:
	maketarget.sh sco
  
