minix/contrib/Makefile
Ben Gras de5fac2e2b Imported partly very pretty, partly very messy port of nvi.
Nasty situation is because of no ftruncate(), which causes awfulness
trying to emulate it. No writev() and fsync() system calls are less
serious, but the port will be cleaned up a great deal if and when those
system calls appear.
2005-09-06 17:35:41 +00:00

5 lines
64 B
Makefile
Executable file

all install clean:
cd gnu && $(MAKE) $@
cd bsd && $(MAKE) $@