# $Id$ sysconfdir = /etc securitydir = $(sysconfdir)/security pamdir = $(sysconfdir)/pam.d PAM_FILES = system-auth system-login system-local-login system-remote-login \ system-services other halt reboot poweroff install: install -d $(DESTDIR)/%{sysconfdir} install -d $(DESTDIR)/%{securitydir} install -d $(DESTDIR)/%{pamdir} install -m 0644 environment $(DESTDIR)/%{sysconfdir}/ install -m 0644 securetty $(DESTDIR)/%{sysconfdir}/ install -m 0644 console.handlers $(DESTDIR)/%{securitydir}/ install -m 0644 %{PAM_FILES} $(DESTDIR)/%{pamdir} .phone all install