]> andersk Git - moira.git/blobdiff - dbck/Makefile
improved DEC version of message about delete key;
[moira.git] / dbck / Makefile
index 265d171603880dfc5315edb4368fd6087a301452..01c6da72da4ab3fa6363502a70a5a930cb1a509f 100644 (file)
@@ -1,3 +1,11 @@
+# $Header$
+# Database consistency checker
+#
+# (c) Copyright 1988 by the Massachusetts Institute of Technology.
+# For copying and distribution information, please see the file
+# <mit-copyright.h>.
+
+
 .SUFFIXES:
 .SUFFIXES: .o .c .qc
 CFLAGS= -I../include -g
@@ -33,3 +41,6 @@ clean:
        rm -f *.o 
        rm -f dbck.c fix.c phase1.c phase2.c phase3.c phase4.c dbck
        rm -f core *~
+
+install: dbck
+       install dbck ../bin/dbck
This page took 0.030793 seconds and 4 git commands to generate.