all: ;

install:
	mkdir -p $(DESTDIR)/etc/pam.d/
	install -m644 -t $(DESTDIR)/etc/pam.d/ etc/pam.d/*
