diff options
| author | Bryan Henderson | 1996-12-10 03:40:23 +0000 |
|---|---|---|
| committer | Bryan Henderson | 1996-12-10 03:40:23 +0000 |
| commit | 41b3674754cd9042515e500f4a4d3d57a7797be9 (patch) | |
| tree | 2d22c89bc1a842e8abf9dab2bfe202ee7576884d /src/bin/destroydb | |
| parent | 0861594cb3835bdf1cfbfe60884386c18df9ff64 (diff) | |
Add empty "dep:" target.
Diffstat (limited to 'src/bin/destroydb')
| -rw-r--r-- | src/bin/destroydb/Makefile | 4 |
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: |
