Magellan Linux

Contents of /trunk/pam-config/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1894 - (show annotations) (download)
Thu Aug 30 13:44:59 2012 UTC (11 years, 7 months ago) by niro
File size: 573 byte(s)
-initial release
1 # $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