--- trunk/pam-config/Makefile 2012/08/30 13:44:59 1894 +++ trunk/pam-config/Makefile 2012/08/30 13:54:37 1900 @@ -6,14 +6,16 @@ PAM_FILES = system-auth system-login system-local-login system-remote-login \ system-services other halt reboot poweroff +all: +test: +clean: 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} + 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