FPACKAGE = sudo-trinity
VERSION = 1.0

build:

clean:

install:
	mkdir -p $(DESTDIR)/etc
	cp -Rp etc/*  $(DESTDIR)/etc/
	find $(DESTDIR)/etc/ -type d -print0 |\
	xargs -r0 chmod 755
	find $(DESTDIR)/etc/ -type f -print0 |\
	xargs -r0 chmod 440
