# Generated automatically from Makefile.in by configure.
srcdir = .
top_srcdir = ..

INSTALL= /usr/bin/install -c
INSTALL_PROGRAM= ${INSTALL}
INSTALL_DATA= ${INSTALL} -m 644

SCRIPTS= freshen.sh

include ../Makefile.inc

install:
	for n in $(SCRIPTS); do \
	    $(INSTALL_DATA) -m 755 $$n $(installprefix)/$(RPMCONFIGDIR); \
	done
