From 932028de6eaae939e77c9a14041b7b006dd3c3f9 Mon Sep 17 00:00:00 2001 From: mar Date: Mon, 19 Mar 1990 21:55:35 +0000 Subject: [PATCH] sms -> moira --- regtape/Makefile | 12 ++++++------ regtape/employee.dc | 4 ++-- regtape/students.dc | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/regtape/Makefile b/regtape/Makefile index 9c9cfbe2..b38e02a6 100644 --- a/regtape/Makefile +++ b/regtape/Makefile @@ -4,11 +4,11 @@ # # -# Makefile for the sms stuff --mark roman 7/6/87 +# Makefile for the moira stuff --mark roman 7/6/87 # CFILES = rafnu.c students.c employee.c -LIBS = -L../lib -lsms -lgdb -lcom_err -lzephyr -lkrb -ldes \ +LIBS = -L../lib -lmoira -lgdb -lcom_err -lzephyr -lkrb -ldes \ /usr/rtingres/lib/libqlib /usr/rtingres/lib/compatlib CFLAGS = -I../include @@ -46,9 +46,9 @@ depend: ${CFILES} rafnu.o: rafnu.c /usr/include/stdio.h /usr/include/ctype.h students.o: students.c /usr/include/stdio.h /usr/include/strings.h students.o: /usr/include/ctype.h /usr/include/sys/time.h -students.o: /usr/include/sys/time.h ../include/sms.h ../include/sms_et.h -students.o: ../include/sms_app.h ../include/mit-copyright.h +students.o: /usr/include/sys/time.h ../include/moira.h ../include/mr_et.h +students.o: ../include/moira_site.h ../include/mit-copyright.h employee.o: employee.c /usr/include/stdio.h /usr/include/strings.h employee.o: /usr/include/ctype.h /usr/include/sys/time.h -employee.o: /usr/include/sys/time.h ../include/sms.h ../include/sms_et.h -employee.o: ../include/sms_app.h ../include/mit-copyright.h +employee.o: /usr/include/sys/time.h ../include/moira.h ../include/mr_et.h +employee.o: ../include/moira_site.h ../include/mit-copyright.h diff --git a/regtape/employee.dc b/regtape/employee.dc index 5d3c98ee..318a2e93 100644 --- a/regtape/employee.dc +++ b/regtape/employee.dc @@ -5,8 +5,8 @@ #include #include #include -#include -#include +#include +#include ##define WHO 11859 /* root */ diff --git a/regtape/students.dc b/regtape/students.dc index 264183f4..b9f28337 100644 --- a/regtape/students.dc +++ b/regtape/students.dc @@ -5,8 +5,8 @@ #include #include #include -#include -#include +#include +#include ##define WHO 11859 /* root */ -- 2.45.2