1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00
Files
postgres/contrib/pg_dumpaccounts/Makefile
Jan Wieck bfecc6a524 Added pg_dumpaccounts utility script in contrib.
Derived from pg_dumpall it just dumps the pg_shadow and
pg_group contents.

Jan
2000-11-02 18:09:49 +00:00

22 lines
403 B
Makefile

#-------------------------------------------------------------------------
#
# Makefile --
#
# Makefile for contrib pg_dumpaccounts.
#
#-------------------------------------------------------------------------
PGDIR = ../..
SRCDIR = $(PGDIR)/src
include $(SRCDIR)/Makefile.global
all:
install:
$(INSTALL) $(INSTL_EXE_OPTS) pg_dumpaccounts $(BINDIR)/pg_dumpaccounts
clean:
distclean: clean