More will be added..
authorMark Eichin <eichin@mit.edu>
Fri, 30 Sep 1994 00:01:43 +0000 (00:01 +0000)
committerMark Eichin <eichin@mit.edu>
Fri, 30 Sep 1994 00:01:43 +0000 (00:01 +0000)
* 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

src/util/kfrags/ChangeLog [new file with mode: 0644]
src/util/kfrags/athena.conf [new file with mode: 0644]
src/util/kfrags/base.conf [new file with mode: 0644]
src/util/kfrags/cns.conf [new file with mode: 0644]
src/util/kfrags/gcc.conf [new file with mode: 0644]
src/util/kfrags/root.conf [new file with mode: 0644]
src/util/kfrags/svr4.conf [new file with mode: 0644]
src/util/kfrags/ucb.conf [new file with mode: 0644]

diff --git a/src/util/kfrags/ChangeLog b/src/util/kfrags/ChangeLog
new file mode 100644 (file)
index 0000000..c07c5c5
--- /dev/null
@@ -0,0 +1,8 @@
+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.
diff --git a/src/util/kfrags/athena.conf b/src/util/kfrags/athena.conf
new file mode 100644 (file)
index 0000000..86e9f34
--- /dev/null
@@ -0,0 +1 @@
+KRB4=/usr/athena
diff --git a/src/util/kfrags/base.conf b/src/util/kfrags/base.conf
new file mode 100644 (file)
index 0000000..e73ecb2
--- /dev/null
@@ -0,0 +1,10 @@
+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
diff --git a/src/util/kfrags/cns.conf b/src/util/kfrags/cns.conf
new file mode 100644 (file)
index 0000000..63327bc
--- /dev/null
@@ -0,0 +1 @@
+KRB4=/usr/kerberos
diff --git a/src/util/kfrags/gcc.conf b/src/util/kfrags/gcc.conf
new file mode 100644 (file)
index 0000000..1beba3d
--- /dev/null
@@ -0,0 +1,2 @@
+CC=gcc
+CC_OPTS=" -g -O -Wall "
diff --git a/src/util/kfrags/root.conf b/src/util/kfrags/root.conf
new file mode 100644 (file)
index 0000000..3bc7bcf
--- /dev/null
@@ -0,0 +1,27 @@
+#
+# 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
+
+
diff --git a/src/util/kfrags/svr4.conf b/src/util/kfrags/svr4.conf
new file mode 100644 (file)
index 0000000..9a455cf
--- /dev/null
@@ -0,0 +1 @@
+PATH=/bin:/usr/bin:/usr/ccs/bin
diff --git a/src/util/kfrags/ucb.conf b/src/util/kfrags/ucb.conf
new file mode 100644 (file)
index 0000000..9ef5d37
--- /dev/null
@@ -0,0 +1 @@
+PATH=/bin:/usr/bin:/usr/ucb