]> andersk Git - moira.git/commitdiff
added hesiod to library list; make install use -c
authormar <mar>
Wed, 14 Feb 1990 12:25:34 +0000 (12:25 +0000)
committermar <mar>
Wed, 14 Feb 1990 12:25:34 +0000 (12:25 +0000)
clients/moira/Makefile

index 53c483f027f5defd416f771b3c898a48d8f66629..a5a7fc618edca7efd090c7a36a8643a3f2385243 100644 (file)
@@ -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
This page took 0.0423 seconds and 5 git commands to generate.