# /usr/ports/x11-servers/Makefile.local by jhs@berklix .if ( defined(BERKLIX_MINIMAL) || \ defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) || defined(BERKLIX_AMBITIOUS ) ) #{ .undef SUBDIR .endif #} .if (defined(BERKLIX_CLIENT) || defined(BERKLIX_MINIMAL) ) #{ SUBDIR += xorg-server # For host=laps, host=fire 5.3 & beyond .endif #} .if (defined(BERKLIX_CLIENT) || defined(BERKLIX_MINIMAL) ) #{ # JJLATER add a syntax like .if ${FREEBSD_VERSION} <= 4 # SUBDIR += XFree86-4-Server # For host=lapl 4.11 # JJLATER .endif .endif #}