rotor rotormodule.c # enigma-inspired encryption
#syslog syslogmodule.c # syslog daemon interface
-#curses cursesmodule.c -lcurses -ltermcap # guess what?
- # (On Linux, try -lncurses)
+
+
+# Lance's curses module. This requires the System V version of
+# curses, sometimes known as ncurses (e.g. on Linux, link with
+# -lncurses).
+
+#curses cursesmodule.c -lcurses -ltermcap
# Edit the variables DB and DBPORT to point to the db top directory
# and the subdirectory of PORT where you built it.
-#DB=/depot/sundry/db
+#DB=/depot/sundry/src/db.1.85/
#DBPORT=$(DB)/PORT/sunos.5.2
#dbhash dbhashmodule.o -I$(DB)/include -I$(DBPORT) $(DBPORT)/libdb.a