libk  kio.makefile at tip

File legacy/kio.makefile from the latest check-in


gen-headers = kiostream.platform.h

include ../modmake

ifeq (${POSIX},yes)
api = posix
else
api = ${OS}
endif

${OUT}/k/kiostream.platform.h: kiostream.$(api).i
	cp $< $@