SPATH=	/usr/local/share/examples/ldapvacation

install:
	@if test ! -d ${DESTDIR}${SPATH}; then \
		mkdir -p ${DESTDIR}${SPATH}; \
	fi
	
	${INSTALL} -m 640 ${.CURDIR}/ldapvacation.conf \
	    ${DESTDIR}${SPATH}/ldapvacation.conf

.include <bsd.prog.mk>
