Home | History | Annotate | Line # | Download | only in etc
Makefile revision 1.1
      1  1.1  christos # $NetBSD: Makefile,v 1.1 2011/02/20 02:12:31 christos Exp $
      2  1.1  christos 
      3  1.1  christos .include <bsd.own.mk>
      4  1.1  christos 
      5  1.1  christos CFG_DIR=/usr/share/examples/libsaslc
      6  1.1  christos 
      7  1.1  christos CFG_FILE= saslc.conf
      8  1.1  christos CFG_FILE+= README
      9  1.1  christos CFG_MECH=
     10  1.1  christos CFG_MECH+= ANONYMOUS.conf
     11  1.1  christos CFG_MECH+= CRAM-MD5.conf
     12  1.1  christos CFG_MECH+= DIGEST-MD5.conf
     13  1.1  christos CFG_MECH+= EXTERNAL.conf
     14  1.1  christos CFG_MECH+= GSSAPI.conf
     15  1.1  christos CFG_MECH+= LOGIN.conf
     16  1.1  christos CFG_MECH+= PLAIN.conf
     17  1.1  christos 
     18  1.1  christos install:
     19  1.1  christos 	${INSTALL_FILE} -d -o root -g wheel -m 444 \
     20  1.1  christos 	    ${CFG_FILE} ${DESTDIR}${CFG_DIR}
     21  1.1  christos 	${INSTALL_FILE} -d -o root -g wheel -m 444 \
     22  1.1  christos 	    ${CFG_MECH} ${DESTDIR}${CFG_DIR}/mech
     23