# Generated automatically from Makefile.in by configure.
################################################################
#	Makefile for CFEngine's contrib directory
################################################################

prefix = /usr/local
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
datadir = ${prefix}/share

INSTALL = /local/gnu/bin/install -c
INSTALL_PROGRAM = ${INSTALL}

MKINSTALLDIR = ../bin/mkinstalldirs

PERL = /local/bin/perl
SCRIPTS = cfdoc

RM = rm -f

all: ${SCRIPTS}
	echo "All scripts built"

install: all
	${MKINSTALLDIR} ${sbindir}
	for x in ${SCRIPTS}; \
	do \
	${INSTALL_PROGRAM} $$x ${sbindir}; \
	done

clean:
	@echo "Nothing to clean"
mostlyclean:
	@echo "Nothing to clean"
distclean:
	@echo "Nothing to clean"