PKGNAME=autofs
PKGSEC=admin
PKGDEP="openldap kmod krb5 libxml2 libnsl2"
BUILDDEP="rpcsvc-proto"
PKGDES="Kernel-based automounter for Linux"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
      "--with-mapdir=/etc/autofs"
      "--without-hesiod"
      "--enable-ignore-busy"
      "--with-systemd"
)
ABMK="INSTALLROOT=$PKGDIR \
      TIRPCLIB=-ltirpc \
      STRIP=true"
ABSHADOW=0
