Home | History | Annotate | Line # | Download | only in etc
      1  1.4       tho # $NetBSD: Makefile,v 1.4 2014/01/02 17:57:58 tho Exp $
      2  1.1  christos 
      3  1.1  christos .include <bsd.own.mk>
      4  1.1  christos 
      5  1.3  christos SUBDIR=mech
      6  1.1  christos 
      7  1.4       tho .if ${MKSHARE} != "no"
      8  1.3  christos FILESDIR=/usr/share/examples/libsaslc
      9  1.3  christos FILESOWN=root
     10  1.3  christos FILESGRP=wheel
     11  1.3  christos FILESMODE=444
     12  1.3  christos 
     13  1.3  christos FILES= saslc.conf
     14  1.3  christos FILES+= README
     15  1.1  christos CFG_MECH=
     16  1.1  christos CFG_MECH+= ANONYMOUS.conf
     17  1.1  christos CFG_MECH+= CRAM-MD5.conf
     18  1.1  christos CFG_MECH+= DIGEST-MD5.conf
     19  1.1  christos CFG_MECH+= EXTERNAL.conf
     20  1.1  christos CFG_MECH+= GSSAPI.conf
     21  1.1  christos CFG_MECH+= LOGIN.conf
     22  1.1  christos CFG_MECH+= PLAIN.conf
     23  1.4       tho .endif
     24  1.1  christos 
     25  1.3  christos .include <bsd.files.mk>
     26  1.3  christos .include <bsd.subdir.mk>
     27