* base.conf: simplest path, lists all executables.
* ucb.conf: add /usr/ucb to the base path.
* svr4.conf: add /usr/ccs/bin instead.
* athena.conf: sets KRB4 to /usr/athena.
* cns.conf: sets KRB4 to /usr/kerberos.
* gcc.conf: overrids CC and CC_OPTS for gcc -g -O -Wall.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4391
dc483132-0cff-0310-8789-
dd5450dbe970
--- /dev/null
+Thu Sep 29 19:55:43 1994 Mark Eichin (eichin@cygnus.com)
+
+ * base.conf: simplest path, lists all executables.
+ * ucb.conf: add /usr/ucb to the base path.
+ * svr4.conf: add /usr/ccs/bin instead.
+ * athena.conf: sets KRB4 to /usr/athena.
+ * cns.conf: sets KRB4 to /usr/kerberos.
+ * gcc.conf: overrids CC and CC_OPTS for gcc -g -O -Wall.
--- /dev/null
+KRB4=/usr/athena
--- /dev/null
+PATH=/bin:/usr/bin
+cp rm mv test cat cmp echo true
+
+awk sed grep egrep chmod mkdir tr ln
+
+ar lex yacc
+
+install
+cc
+make
--- /dev/null
+KRB4=/usr/kerberos
--- /dev/null
+CC=gcc
+CC_OPTS=" -g -O -Wall "
--- /dev/null
+#
+# root.conf
+#
+# This is where the defaults come from
+#
+
+SRCDIR=/3h/kerberos/mit-v5/release/build/base
+CC=gcc
+CC_OPTS=" -g -O -Wall "
+KRB4=/usr/kerberos
+
+PATH=/bin:/usr/bin:/usr/ccs/bin
+BEGIN CMD_LIST
+
+cp rm mv test cat cmp echo true
+
+awk sed grep egrep chmod mkdir tr ln
+
+ar lex yacc
+
+/usr/ucb/install
+/usr/progressive/bin/gcc
+/usr/progressive/bin/make
+
+END CMD_LIST
+
+
--- /dev/null
+PATH=/bin:/usr/bin:/usr/ccs/bin
--- /dev/null
+PATH=/bin:/usr/bin:/usr/ucb