mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b4455771cc
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
--- Makefile.orig Wed Jun 2 05:12:56 1999
|
|
+++ Makefile Wed Jun 2 05:18:17 1999
|
|
@@ -22,7 +22,11 @@
|
|
|
|
|
|
# directories to build executables in
|
|
-DIRS= smap smapd netacl plug-gw ftp-gw tn-gw rlogin-gw http-gw x-gw
|
|
+DIRS= smap smapd netacl plug-gw ftp-gw tn-gw rlogin-gw http-gw
|
|
+
|
|
+.if !defined(WITHOUT_X11)
|
|
+DIRS+= x-gw
|
|
+.endif
|
|
|
|
|
|
all:
|