]> andersk Git - moira.git/blobdiff - reg_svr/Makefile
added fsgroup support
[moira.git] / reg_svr / Makefile
index f8e98dabe1fd15895954cec42c16cd61ce676b76..e27bc459951ccf6ca5a055a1828a781ad3f7dfdb 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,6 +20,8 @@ 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
+
 startreg: startreg.c
        cc -o startreg startreg.c
 
This page took 0.042457 seconds and 4 git commands to generate.