all: telnetd

telnetd: telnetd.o

romfs:
	$(ROMFSINST) telnetd /bin/atelnetd

clean:
	rm -f *.o telnetd
