]> andersk Git - moira.git/commitdiff
added files to the list of text files & disable.o to list of source
authormar <mar>
Tue, 9 Aug 1988 17:58:56 +0000 (17:58 +0000)
committermar <mar>
Tue, 9 Aug 1988 17:58:56 +0000 (17:58 +0000)
clients/userreg/Makefile

index c3ab3367717546cd6a01684a25808b98b30ad0a3..527bdd068676625b60d06470ec5f03679d01a552 100644 (file)
@@ -7,12 +7,13 @@
 
 CFLAGS= -O -I../../include
 
-TEXT= welcome network_down username_blurb password_blurb improper_reg
+TEXT= welcome network_down username_blurb password_blurb improper_reg \
+       deleted_acct not_allowed
 
 all: userreg
 
-userreg: userreg.o display.o reg_stubs.o
-       cc ${CFLAGS} -o $@ userreg.o display.o reg_stubs.o \
+userreg: userreg.o display.o reg_stubs.o disable.o
+       cc ${CFLAGS} -o $@ userreg.o display.o reg_stubs.o disable.o \
                -L../../lib -lcom_err -lkrb -ldes -lsms -lcurses -ltermcap
 
 userreg.o display.o: userreg.h files.h
This page took 0.264572 seconds and 5 git commands to generate.