blob: 43d78487c4262a1833e2028b0d6563f0ee136802 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for bin/cleardbdir
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/cleardbdir/Attic/Makefile,v 1.1.1.1 1996/07/09 06:22:11 scrappy Exp $
#
#-------------------------------------------------------------------------
SHPROG= cleardbdir
MKDIR= ../../mk
include $(MKDIR)/postgres.mk
include ../Makefile.global
include $(MKDIR)/postgres.shell.mk
|