Jeremie Le Hen <[EMAIL PROTECTED]> writes:
> There is a problem is the user defines WITH_SSP in src.conf or on
> command-line.  In this case, bsd.own.mk screams because both WITH_SSP
> and WITHOUT_SSP are defined.  Try to make buildworld with -DWITH_SSP,
> and it won't even fill your terminal before breaking :).

bsd.own.mk:

   184  #
   185  # Supported NO_* options (if defined, MK_* will be forced to "no",
   186  # regardless of user's setting).
   187  #
   188  .for var in \
   189      INSTALLLIB \
   190      MAN \
   191      PROFILE
   192  .if defined(NO_${var})
   193  WITHOUT_${var}=
   194  .endif
   195  .endfor

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to