
ndps:	ndp_off.com ndp_on.com ndp_stat.com

ndp_off.com:	ndp_off.asm
	tasm ndp_off
	tlink /Tdc ndp_off

ndp_on.com:	ndp_on.asm
	tasm ndp_on
	tlink /Tdc ndp_on

ndp_stat.com:	ndp_stat.asm
	tasm ndp_stat
	tlink /Tdc ndp_stat

