]> andersk Git - moira.git/commitdiff
added copyright & install targer
authormar <mar>
Thu, 29 Dec 1988 18:50:35 +0000 (18:50 +0000)
committermar <mar>
Thu, 29 Dec 1988 18:50:35 +0000 (18:50 +0000)
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 1.116633 seconds and 5 git commands to generate.