Home | History | Annotate | Line # | Download | only in etc
Makefile revision 1.3.6.1
      1  1.3.6.1      yamt # $NetBSD: Makefile,v 1.3.6.1 2014/05/22 13:21:31 yamt 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.3.6.1      yamt .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.3.6.1      yamt .endif
     24      1.1  christos 
     25      1.3  christos .include <bsd.files.mk>
     26      1.3  christos .include <bsd.subdir.mk>
     27