mirror of
https://github.com/prirun/p50em.git
synced 2026-01-15 15:56:11 +00:00
Solaris (SmartOS) build needs alternative solutions to two termios things, plus makefile support for additional link libraries. PNC support is untested and is likely _very_ slow, since Solaris doesn't have O_ASYNC. The usual suggestion is to rewrite such code to use poll(). Incidental: utilities makefile needed tabs to make `make` happy on FreeBSD. Which make? Don't remember now.
9 lines
223 B
Makefile
9 lines
223 B
Makefile
default: emlink intsize magrst magsav mtread mtwrite ptextu strip8 \
|
|
untap untap16 untap_vin utextp
|
|
|
|
# Unix version of Prime's magrst
|
|
magrst: magrst.c istext.c
|
|
|
|
# Unix version of Prime's magsav
|
|
magsav: magsav.c istext.c
|