Minor note: instead of including compilation instructions to code, is not it better to use bsd make system?
Following Makefile does the trick: PROG=tabs LDADD+=-lncursesw .include<bsd.prog.mk> With it you can "make" and "make install" your app. -- Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-dev-tech-f151936.html
