summaryrefslogtreecommitdiff
path: root/src/bin/initdb
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/initdb
parent0861594cb3835bdf1cfbfe60884386c18df9ff64 (diff)
Add empty "dep:" target.
Diffstat (limited to 'src/bin/initdb')
-rw-r--r--src/bin/initdb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile
index 6efbdcc18f..edc008a4af 100644
--- a/src/bin/initdb/Makefile
+++ b/src/bin/initdb/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.3 1996/11/14 10:25:22 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.4 1996/12/10 03:40:08 bryanh Exp $
#
#-------------------------------------------------------------------------
@@ -28,3 +28,5 @@ install: initdb
clean:
rm -f initdb
+
+dep: