Home | History | Annotate | Line # | Download | only in etc
Makefile revision 1.3.2.2
      1  1.3.2.2  bouyer # $NetBSD: Makefile,v 1.3.2.2 2011/03/05 15:08:33 bouyer Exp $
      2  1.3.2.2  bouyer 
      3  1.3.2.2  bouyer .include <bsd.own.mk>
      4  1.3.2.2  bouyer 
      5  1.3.2.2  bouyer SUBDIR=mech
      6  1.3.2.2  bouyer 
      7  1.3.2.2  bouyer FILESDIR=/usr/share/examples/libsaslc
      8  1.3.2.2  bouyer FILESOWN=root
      9  1.3.2.2  bouyer FILESGRP=wheel
     10  1.3.2.2  bouyer FILESMODE=444
     11  1.3.2.2  bouyer 
     12  1.3.2.2  bouyer FILES= saslc.conf
     13  1.3.2.2  bouyer FILES+= README
     14  1.3.2.2  bouyer CFG_MECH=
     15  1.3.2.2  bouyer CFG_MECH+= ANONYMOUS.conf
     16  1.3.2.2  bouyer CFG_MECH+= CRAM-MD5.conf
     17  1.3.2.2  bouyer CFG_MECH+= DIGEST-MD5.conf
     18  1.3.2.2  bouyer CFG_MECH+= EXTERNAL.conf
     19  1.3.2.2  bouyer CFG_MECH+= GSSAPI.conf
     20  1.3.2.2  bouyer CFG_MECH+= LOGIN.conf
     21  1.3.2.2  bouyer CFG_MECH+= PLAIN.conf
     22  1.3.2.2  bouyer 
     23  1.3.2.2  bouyer .include <bsd.files.mk>
     24  1.3.2.2  bouyer .include <bsd.subdir.mk>
     25