X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/a7ef76154b2ae7522ec602850895972d570f7d42..67805159a972397342c342ee735c8acd640e1399:/include/Makefile diff --git a/include/Makefile b/include/Makefile index b97c2970..926e4e36 100644 --- a/include/Makefile +++ b/include/Makefile @@ -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 # . 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: +