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