#! /usr/bin/make -f

SCRIPTS=autodns-dhcp_cron autodns-dhcp_ddns
CONF=autodns-dhcp.conf
MANP=autodns-dhcp_cron.1 autodns-dhcp_ddns.1

all: 

install: $(SCRIPTS)
	install $(SCRIPTS) $(DESTDIR)/usr/sbin/
	cp $(CONF) $(DESTDIR)/etc/
	cp $(MANP) $(DESTDIR)/usr/share/man/man1/
