summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorGravatar John F. Carr <jfc@mit.edu>1991-09-02 14:43:26 +0000
committerGravatar John F. Carr <jfc@mit.edu>1991-09-02 14:43:26 +0000
commit4064b7fd9334510999eb5143520153e6cc8a0175 (patch)
tree4a33e36f6c4ab971386ffc883e29ebcb7b50779d /clients
parentae6182cae061c7458d995b1722b90ef87abb2ec6 (diff)
Link -lkrb before -lcom_err.
Diffstat (limited to 'clients')
-rw-r--r--clients/zctl/Imakefile8
-rw-r--r--clients/zleave/Imakefile6
-rw-r--r--clients/zlocate/Imakefile4
3 files changed, 9 insertions, 9 deletions
diff --git a/clients/zctl/Imakefile b/clients/zctl/Imakefile
index 16a7da9..493f847 100644
--- a/clients/zctl/Imakefile
+++ b/clients/zctl/Imakefile
@@ -5,12 +5,12 @@
/**/#
/**/# $Source$
/**/# $Author$
-/**/# $Header$
+/**/# $Id$
/**/#
-LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${SS_LIB} ${KRB_LIB} ${DES_LIB}
-LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${SS_LINTLIB} \
- ${KRB_LINTLIB} ${DES_LINTLIB}
+LIBS= ${ZEPHYR_LIB} ${SS_LIB} ${KRB_LIB} ${DES_LIB} ${COMERR_LIB}
+LINTLIBS= ${ZEPHYR_LINTLIB} ${SS_LINTLIB} ${KRB_LINTLIB} \
+ ${DES_LINTLIB} ${COMERR_LINTLIB}
SRCS = zctl.c
OBJS = zctl.o zctl_cmds.o
OTHERSRCS= zctl_cmds.ct
diff --git a/clients/zleave/Imakefile b/clients/zleave/Imakefile
index d9d8169..89270c0 100644
--- a/clients/zleave/Imakefile
+++ b/clients/zleave/Imakefile
@@ -5,11 +5,11 @@
/**/#
/**/# $Source$
/**/# $Author$
-/**/# $Header$
+/**/# $Id$
/**/#
-LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${DES_LIB}
-LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB}
+LIBS= ${ZEPHYR_LIB} ${KRB_LIB} ${COMERR_LIB} ${DES_LIB}
+LINTLIBS= ${ZEPHYR_LINTLIB} ${KRB_LINTLIB} ${COMERR_LINTLIB} ${DES_LINTLIB}
SRCS = zleave.c
OBJS = zleave.o
diff --git a/clients/zlocate/Imakefile b/clients/zlocate/Imakefile
index eba1b7f..e3fd3e7 100644
--- a/clients/zlocate/Imakefile
+++ b/clients/zlocate/Imakefile
@@ -8,8 +8,8 @@
/**/# $Header$
/**/#
-LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${DES_LIB}
-LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB}
+LIBS= ${ZEPHYR_LIB} ${KRB_LIB} ${COMERR_LIB} ${DES_LIB}
+LINTLIBS= ${ZEPHYR_LINTLIB} ${KRB_LINTLIB} ${COMERR_LINTLIB} ${DES_LINTLIB}
SRCS = zlocate.c
OBJS = zlocate.o