]> andersk Git - moira.git/blobdiff - clients/passwd/Makefile
added copyright message; put chpobox back in
[moira.git] / clients / passwd / Makefile
index 2e248a0288f4d23a0684c86914f4b205a4795679..996e4841ee53a71f4cf8e3da94e80cc6d9205dd3 100644 (file)
@@ -6,7 +6,11 @@
 #      $Header$
 #      $Author$
 # 
+# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# For copying and distribution information, please see the file
+# <mit-copyright.h>.
 #
+
 DESTDIR=
 DEFINES = -O
 CFLAGS = -I../../include ${DEFINES}
@@ -15,7 +19,7 @@ BINDIR = ${DESTDIR}/bin
 
 SMSLIB = -L../../lib -lsms -lgdb -lcom_err -lkrb -ldes
 
-PROGS= chfn chsh chpobox
+PROGS= chfn chsh chpobox
 
 all:   ${PROGS}
 
@@ -36,6 +40,6 @@ clean:
        rm -f ${PROGS}
 
 install:       ${PROGS}
-       install chsh ${DESTDIR}/usr/athena/chsh
-       install chfn ${DESTDIR}/usr/athena/chfn
-       install chpobox ${DESTDIR}/usr/athena/chpobox
+       install -s chsh ${DESTDIR}/usr/athena/chsh
+       install -s chfn ${DESTDIR}/usr/athena/chfn
+       install -s chpobox ${DESTDIR}/usr/athena/chpobox
This page took 0.045007 seconds and 4 git commands to generate.