From 4064b7fd9334510999eb5143520153e6cc8a0175 Mon Sep 17 00:00:00 2001 From: "John F. Carr" Date: Mon, 2 Sep 1991 14:43:26 +0000 Subject: Link -lkrb before -lcom_err. --- clients/zctl/Imakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'clients/zctl') 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 -- cgit v1.2.3