$NetBSD: patch-aa,v 1.1.1.1 2001/10/15 10:12:08 agc Exp $

--- Makefile	2001/10/15 09:58:02	1.1
+++ Makefile	2001/10/15 09:58:39
@@ -7,7 +7,7 @@
 #	name of the directory into which the binary should be installed
 #		used only when you use  'make install'
 #
-INSDIR=/usr/local/bin
+INSDIR=${PREFIX}
 
 #
 #	choose one from each of 1) 2) and 3) below
@@ -18,21 +18,21 @@
 #		choose a) b) or c)
 #
 # a) for BSD derivitives, enable the following line
-#OSFLAG=
+OSFLAG=
 
 # b) for XENIX systems, enable the following line
 #OSFLAG=-DXENIX
 
 # b) for other A.T.&T. UNIX derivitives, enable the following line
-OSFLAG=-DATT
+#OSFLAG=-DATT
 
 #
 # 	2) SELECTION OF TERMINAL CONTROL LIBRARY
 #		choose either of a) b) or c)
 #
 # a) if you use termcap, enable the following lines
-#TFLAG=-DM_TERMCAP
-#TLIB=termcap
+TFLAG=-DM_TERMCAP
+TLIB=termcap
 
 # b) if you are using terminfo on a XENIX machine, enable the following lines
 #TFLAG=-DM_TERMINFO
@@ -44,8 +44,8 @@
 #TLIB=curses
 
 # d) NONE OF THE ABOVE
-TFLAG=
-TLIB=m	# just a link to mathlib; quick hack to avoid fixing Makefile
+#TFLAG=
+#TLIB=m	# just a link to mathlib; quick hack to avoid fixing Makefile
 
 #
 #	3) SELECTION OF WINDOW MANAGER AVAILABILITY
