Files
bsdports/data/postgresql/files/patch-x-contrib-Makefile
2025-08-27 17:10:19 +02:00

15 lines
290 B
Plaintext

--- ./contrib/Makefile.orig 2022-02-07 23:15:36.000000000 +0200
+++ ./contrib/Makefile 2022-02-23 20:23:06.873598000 +0200
@@ -5,6 +5,11 @@
include $(top_builddir)/src/Makefile.global
SUBDIRS = \
+ oid2name \
+ vacuumlo
+
+
+NOSUBDIRS = \
adminpack \
amcheck \
auth_delay \