Magellan Linux

Diff of /tags/pam-config-1_6/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/pam-config/Makefile revision 1908 by niro, Fri Sep 7 09:22:35 2012 UTC tags/pam-config-1_6/Makefile revision 2903 by niro, Fri Nov 6 10:06:47 2015 UTC
# Line 6  pamdir = $(sysconfdir)/pam.d Line 6  pamdir = $(sysconfdir)/pam.d
6  tmpfilesdir = $(sysconfdir)/tmpfiles.d  tmpfilesdir = $(sysconfdir)/tmpfiles.d
7    
8  PAM_FILES = system-auth system-login system-local-login system-remote-login \  PAM_FILES = system-auth system-login system-local-login system-remote-login \
9   system-services other halt reboot poweroff   system-services other
10    
11  all:  all:
12  test:  test:
13  clean:  clean:
# Line 14  clean: Line 15  clean:
15  install:  install:
16   install -d $(DESTDIR)/${sysconfdir}   install -d $(DESTDIR)/${sysconfdir}
17   install -d $(DESTDIR)/${securitydir}   install -d $(DESTDIR)/${securitydir}
18     install -d $(DESTDIR)/${securitydir}/limits.d
19   install -d $(DESTDIR)/${pamdir}   install -d $(DESTDIR)/${pamdir}
20   install -d $(DESTDIR)/${tmpfilesdir}   install -d $(DESTDIR)/${tmpfilesdir}
21   install -m 0644 environment $(DESTDIR)/${sysconfdir}/   install -m 0644 environment $(DESTDIR)/${sysconfdir}/

Legend:
Removed from v.1908  
changed lines
  Added in v.2903