mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
10 lines
243 B
Makefile
10 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
|