]> andersk Git - moira.git/commitdiff
changed the name of the program from sms to moira
authormar <mar>
Sat, 21 Jan 1989 16:28:19 +0000 (16:28 +0000)
committermar <mar>
Sat, 21 Jan 1989 16:28:19 +0000 (16:28 +0000)
clients/moira/Makefile

index b3c33dcc196456eb2ccacb4fac65eb392469b19a..849c0d1b2869cbddeb3ade5ce7159c9f2a887793 100644 (file)
@@ -30,25 +30,25 @@ SRCS = utils.c attach.c cluster.c delete.c globals.c lists.c main.c \
 OBJS = attach.o cluster.o delete.o globals.o lists.o main.o menus.o nfs.o \
        pobox.o quota.o user.o utils.o dcmmaint.o printer.o misc.o
 
-all:           sms
+all:           moira
 
-sms:           ${OBJS}
-               rm -f sms
-               cc ${CFLAGS} ${LDFLAGS} -o sms ${OBJS} ${LIBS}
+moira:         ${OBJS}
+               rm -f moira
+               cc ${CFLAGS} ${LDFLAGS} -o moira ${OBJS} ${LIBS}
 
 lint:
        lint -I../../include *.c
 
-install: sms
-       install -s sms ${DESTDIR}/usr/athena/sms
+install: moira
+       install -s moira ${DESTDIR}/usr/athena/moira
        rm -f ${DESTDIR}/usr/athena/usermaint
        rm -f ${DESTDIR}/usr/athena/listmaint
-       ln -s /usr/athena/sms ${DESTDIR}/usr/athena/usermaint
-       ln -s /usr/athena/sms ${DESTDIR}/usr/athena/listmaint
+       ln -s /usr/athena/moira ${DESTDIR}/usr/athena/usermaint
+       ln -s /usr/athena/moira ${DESTDIR}/usr/athena/listmaint
 
 clean: 
        rm -f *.o *~
-       rm -f sms
+       rm -f moira
 
 
 # Typing 'make saber' at the command line will allow load and link against the
This page took 0.056741 seconds and 5 git commands to generate.