1 1.3 christos # $NetBSD: Makefile,v 1.3 2011/02/20 05:17:47 christos 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 christos FILESDIR=/usr/share/examples/libsaslc 8 1.3 christos FILESOWN=root 9 1.3 christos FILESGRP=wheel 10 1.3 christos FILESMODE=444 11 1.3 christos 12 1.3 christos FILES= saslc.conf 13 1.3 christos FILES+= README 14 1.1 christos CFG_MECH= 15 1.1 christos CFG_MECH+= ANONYMOUS.conf 16 1.1 christos CFG_MECH+= CRAM-MD5.conf 17 1.1 christos CFG_MECH+= DIGEST-MD5.conf 18 1.1 christos CFG_MECH+= EXTERNAL.conf 19 1.1 christos CFG_MECH+= GSSAPI.conf 20 1.1 christos CFG_MECH+= LOGIN.conf 21 1.1 christos CFG_MECH+= PLAIN.conf 22 1.1 christos 23 1.3 christos .include <bsd.files.mk> 24 1.3 christos .include <bsd.subdir.mk> 25