mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
24 lines
433 B
Text
24 lines
433 B
Text
--- Makefile.am.orig 2019-07-22 16:24:44 UTC
|
|
+++ Makefile.am
|
|
@@ -1,13 +1,19 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
-SHELL = /bin/bash
|
|
+SHELL = @BASH@
|
|
.SHELLFLAGS = -o pipefail -c
|
|
|
|
PYTHON ?= python3
|
|
|
|
NULL =
|
|
|
|
-SUBDIRS = data udisks src tools modules po doc
|
|
+SUBDIRS = data udisks
|
|
+
|
|
+if ENABLE_DAEMON
|
|
+SUBDIRS += src
|
|
+endif
|
|
+
|
|
+SUBDIRS += tools modules po doc
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|