classify-users: determine type of Athena accounts
[user/alex/software/my-snippets.git] / Makefile
index 73a240e6855342647abbe6a3d1e81154650c8088..357dbf7a96bc0588446db6bfce58ec6a6a0f39aa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,19 @@
 archdir=/mit/$(ATHENA_USER)/arch/
-common=$(archdir)/common/
+common=$(archdir)/common/bin/
 
 scripts=\
     bores-me\
-    card-access\
+    classify-users\
+    diff-memberships\
     get-emails\
     grep-owners\
     ldapfinger\
-    list-members\
     list-of-lists-updater\
     lists-lint\
     mail-merge\
     make-zcrypt-key\
-    pag-screen\
-    rt-resolve check-host\
+    rblanche.py\
+    rt-resolve\
     rt-set\
     sshroot\
     update-officers\
@@ -27,11 +27,11 @@ arches=\
 all : install
 
 $(common)/% : %
-       cp $< $@
+       install -c -m 555 $< $@
 
 $(foreach script,$(scripts),$(foreach arch,$(arches),$(archdir)/$(arch)/bin/$(script))) : 
 #$(archdir)/*/bin/* :
-       ln -s ../../common/$(@F) $(@D)
+       ln -s ../../common/bin/$(@F) $(@D)
 
 symlinks : $(foreach script,$(scripts),$(foreach arch,$(arches),$(archdir)/$(arch)/bin/$(script)))