]> andersk Git - moira.git/blobdiff - clients/moira/Makefile
added dcmmaint & printer stuff
[moira.git] / clients / moira / Makefile
index ed6f808d33e324352583773be361abd9bf0a9f48..9dddc3262ad0a3e723cead3431a895511a1e5a29 100644 (file)
@@ -26,13 +26,14 @@ LIBS = ${SMSLIB} -lcurses -ltermcap -lkrb -ldes
 
 
 SRCS = utils.c attach.c cluster.c delete.c globals.c lists.c main.c \
-       menus.c nfs.c pobox.c quota.c user.c 
+       menus.c nfs.c pobox.c quota.c user.c dcmmaint.c printer.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
+       pobox.o quota.o user.o utils.o dcmmaint.o printer.o
 
 all:           sms
 
 sms:           ${OBJS}
+               rm -f sms
                cc ${CFLAGS} ${LDFLAGS} -o sms ${OBJS} ${LIBS}
 
 lint:
This page took 0.034485 seconds and 4 git commands to generate.