]> andersk Git - moira.git/blobdiff - include/Makefile
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / include / Makefile
index b97c2970935069b5a8c32b64158fcff3fac76138..926e4e36f3455294724b8f256b3ad6715b5ac786 100644 (file)
@@ -4,16 +4,19 @@
 #      $Header$
 #      $Author$
 #
-# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# (c) Copyright 1988, 1990 by the Massachusetts Institute of Technology.
 # For copying and distribution information, please see the file
 # <mit-copyright.h>.
 
 DESTDIR=
-FILES= sms.h sms_app.h sms_et.h
+FILES= moira.h moira_site.h mr_et.h
 
 all:
 
 install: ${FILES}
-       install -c -m 644 sms.h ${DESTDIR}/usr/include/sms.h
-       install -c -m 644 sms_app.h ${DESTDIR}/usr/include/sms_app.h
-       install -c -m 644 sms_et.h ${DESTDIR}/usr/include/sms_et.h
+       install -c -m 644 moira.h ${DESTDIR}/usr/include/moira.h
+       install -c -m 644 moira_site.h ${DESTDIR}/usr/include/moira_site.h
+       install -c -m 644 mr_et.h ${DESTDIR}/usr/include/mr_et.h
+
+depend:
+
This page took 0.035406 seconds and 4 git commands to generate.