pkgsrc/security/sudo
kim d0e9933400 Change how Kerberos support is enabled in pkgsrc.
Quick guide for compiling packages:
- set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf

Quick guide for configuring Kerberos support in a package Makefile:
- test for KERBEROS value and enable the appropriate version with
  CONFIGURE_ARGS or other means and set USE_KERBEROS=yes
- make sure to disable Kerberos support otherwise (especially if
  using configure, which might automatically detect it)
- BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk
  when USE_KERBEROS=yes is set
1999-09-14 02:32:21 +00:00
..
files Update sudo to 1.5.9p4. It's the latest stable security release. 1999-08-31 19:26:40 +00:00
patches Update sudo to 1.5.9p4. It's the latest stable security release. 1999-08-31 19:26:40 +00:00
pkg Update sudo to 1.5.9p4. It's the latest stable security release. 1999-08-31 19:26:40 +00:00
Makefile Change how Kerberos support is enabled in pkgsrc. 1999-09-14 02:32:21 +00:00