]> andersk Git - moira.git/blobdiff - reg_svr/Makefile
use read(), not streams to read motd file
[moira.git] / reg_svr / Makefile
index d4c0eadef8e030c1debaef336367a67134e8080a..4186145614873479259c784fbefda323987194e8 100644 (file)
@@ -4,6 +4,10 @@
 #      $Locker$
 #      $Header$
 #
+# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# For copying and distribution information, please see the file
+# <mit-copyright.h>.
+
 
 CFLAGS= -O -I../include
 OBJS = requests.o reg_svr.o
@@ -16,7 +20,7 @@ reg_svr: $(OBJS)
                -lsms -lcom_err -lkrb -ldes -lzephyr \
                /usr/rtingres/lib/libqlib /usr/rtingres/lib/compatlib
 
-reg_svr.o requests.o: reg_svr.h ureg_proto.h
+reg_svr.o requests.o: reg_svr.h
 
 startreg: startreg.c
        cc -o startreg startreg.c
This page took 0.03196 seconds and 4 git commands to generate.