mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 07:43:11 -05:00
9 lines
243 B
Makefile
9 lines
243 B
Makefile
# $PostgreSQL: pgsql/contrib/tips/Makefile,v 1.6 2003/11/29 19:51:36 pgsql Exp $
|
|
|
|
subdir = contrib/tips
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
DOCS = README.apachelog
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|