# System-dependent Unix makefile for the NE editor.
# Version for NetBSD using the cc compiler.

FLAGS   = CC=cc \
          CFLAGS="-Dunixwinsz -DHAVE_TERMCAP -O" \
          LIB_TERMINAL=-ltermcap

newne:;   @make -f BaseMake $(FLAGS) $(TARGET)

# End
