summaryrefslogtreecommitdiff
path: root/src/bin/destroydb
diff options
context:
space:
mode:
authorBryan Henderson1996-12-10 03:40:23 +0000
committerBryan Henderson1996-12-10 03:40:23 +0000
commit41b3674754cd9042515e500f4a4d3d57a7797be9 (patch)
tree2d22c89bc1a842e8abf9dab2bfe202ee7576884d /src/bin/destroydb
parent0861594cb3835bdf1cfbfe60884386c18df9ff64 (diff)
Add empty "dep:" target.
Diffstat (limited to 'src/bin/destroydb')
-rw-r--r--src/bin/destroydb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/destroydb/Makefile b/src/bin/destroydb/Makefile
index eee13fe39ea..ad5347556a2 100644
--- a/src/bin/destroydb/Makefile
+++ b/src/bin/destroydb/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/destroydb/Attic/Makefile,v 1.3 1996/11/14 10:25:10 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/bin/destroydb/Attic/Makefile,v 1.4 1996/12/10 03:39:43 bryanh Exp $
#
#-------------------------------------------------------------------------
@@ -24,3 +24,5 @@ install: destroydb
clean:
rm -f destroydb
+
+dep: