]> andersk Git - moira.git/blobdiff - clients/passwd/Makefile
make the install's -c
[moira.git] / clients / passwd / Makefile
index cfe9c8c7dcf9da94d45d3b06e474a2fd98030cff..66b6b870fb1c78e11f072ad7e3dc1d552635bb8b 100644 (file)
@@ -17,7 +17,7 @@ CFLAGS = -I../../include ${DEFINES}
 CONFDIR = ${DESTDIR}/usr/athena
 BINDIR = ${DESTDIR}/bin
 
-SMSLIB = -L../../lib -lsms -lgdb -lcom_err -lkrb -ldes
+SMSLIB = -L../../lib -lsms -lgdb -lcom_err -lkrb -ldes -lhesiod
 
 PROGS= chfn chsh chpobox
 
@@ -40,9 +40,9 @@ clean:
        rm -f ${PROGS}
 
 install:       ${PROGS}
-       install -s chsh ${DESTDIR}/usr/athena/chsh
-       install -s chfn ${DESTDIR}/usr/athena/chfn
-       install -s chpobox ${DESTDIR}/usr/athena/chpobox
+       install -c -s chsh ${DESTDIR}/usr/athena/chsh
+       install -c -s chfn ${DESTDIR}/usr/athena/chfn
+       install -c -s chpobox ${DESTDIR}/usr/athena/chpobox
 
 depend:
        mkdep ${CFLAGS} chfn.c chpobox.c chsh.c
This page took 0.13613 seconds and 4 git commands to generate.