Magellan Linux

Annotation of /tags/pam-config-1_7/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1894 - (hide annotations) (download)
Thu Aug 30 13:44:59 2012 UTC (11 years, 8 months ago) by niro
Original Path: trunk/pam-config/Makefile
File size: 573 byte(s)
-initial release
1 niro 1894 # $Id$
2    
3     sysconfdir = /etc
4     securitydir = $(sysconfdir)/security
5     pamdir = $(sysconfdir)/pam.d
6    
7     PAM_FILES = system-auth system-login system-local-login system-remote-login \
8     system-services other halt reboot poweroff
9    
10     install:
11     install -d $(DESTDIR)/%{sysconfdir}
12     install -d $(DESTDIR)/%{securitydir}
13     install -d $(DESTDIR)/%{pamdir}
14     install -m 0644 environment $(DESTDIR)/%{sysconfdir}/
15     install -m 0644 securetty $(DESTDIR)/%{sysconfdir}/
16     install -m 0644 console.handlers $(DESTDIR)/%{securitydir}/
17     install -m 0644 %{PAM_FILES} $(DESTDIR)/%{pamdir}
18    
19     .phone all install