From 4a3256d5a96b3116cfa18b78c3f1b3d1530f119a Mon Sep 17 00:00:00 2001 From: mar Date: Thu, 29 Dec 1988 18:50:35 +0000 Subject: [PATCH] added copyright & install targer --- dbck/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dbck/Makefile b/dbck/Makefile index 265d1716..01c6da72 100644 --- a/dbck/Makefile +++ b/dbck/Makefile @@ -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 +# . + + .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 -- 2.45.2