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