diff options
| author | Peter Eisentraut | 2006-02-27 12:54:39 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2006-02-27 12:54:39 +0000 |
| commit | fe83b3ebc6b8d65fbb14100bdc476b7dbc32454c (patch) | |
| tree | 33659142c317fc19ac4db5d70e8883e47a0c7821 /contrib/chkpass/Makefile | |
| parent | d46fbef386b88d062bb0b00f17cbcf97f58ec821 (diff) | |
contrib uninstall scripts
by David Fetter
Diffstat (limited to 'contrib/chkpass/Makefile')
| -rw-r--r-- | contrib/chkpass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/chkpass/Makefile b/contrib/chkpass/Makefile index a9e8f2d91e5..af7f492b3ac 100644 --- a/contrib/chkpass/Makefile +++ b/contrib/chkpass/Makefile @@ -1,9 +1,10 @@ -# $PostgreSQL: pgsql/contrib/chkpass/Makefile,v 1.7 2005/09/27 17:13:00 tgl Exp $ +# $PostgreSQL: pgsql/contrib/chkpass/Makefile,v 1.8 2006/02/27 12:54:38 petere Exp $ MODULE_big = chkpass OBJS = chkpass.o SHLIB_LINK = $(filter -lcrypt, $(LIBS)) DATA_built = chkpass.sql +DATA = uninstall_chkpass.sql DOCS = README.chkpass ifdef USE_PGXS |
