Files
bsdports/_oldver/postgresql13/files/patch-x-contrib-Makefile
2022-06-20 13:53:42 +02:00

23 lines
409 B
Plaintext

--- ./contrib/Makefile.orig 2020-09-21 22:47:36.000000000 +0200
+++ ./contrib/Makefile 2020-10-02 15:31:44.114462000 +0200
@@ -5,6 +5,11 @@
include $(top_builddir)/src/Makefile.global
SUBDIRS = \
+ oid2name \
+ vacuumlo
+
+
+NOSUBDIRS = \
adminpack \
amcheck \
auth_delay \
@@ -26,7 +31,6 @@
isn \
lo \
ltree \
- oid2name \
pageinspect \
passwordcheck \
pg_buffercache \