From 1fa9a357693687b3a89d044a73cc78e06bf52400 Mon Sep 17 00:00:00 2001 From: mar Date: Wed, 14 Feb 1990 12:25:34 +0000 Subject: [PATCH] added hesiod to library list; make install use -c --- clients/moira/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/moira/Makefile b/clients/moira/Makefile index 53c483f0..a5a7fc61 100644 --- a/clients/moira/Makefile +++ b/clients/moira/Makefile @@ -22,7 +22,7 @@ CONFDIR = ${DESTDIR}/usr/athena BINDIR = ${DESTDIR}/bin SMSLIB = -lsms -lgdb -lcom_err -LIBS = ${SMSLIB} -lcurses -ltermcap -lkrb -ldes +LIBS = ${SMSLIB} -lcurses -ltermcap -lkrb -ldes -lhesiod SRCS = utils.c attach.c cluster.c delete.c globals.c lists.c main.c \ @@ -42,7 +42,7 @@ lint: lint -I../../include *.c install: moira - install -s moira ${DESTDIR}/usr/athena/moira + install -c -s moira ${DESTDIR}/usr/athena/moira rm -f ${DESTDIR}/usr/athena/usermaint rm -f ${DESTDIR}/usr/athena/listmaint rm -f ${DESTDIR}/usr/athena/dcmmaint -- 2.45.2