X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradiusclient%2Fetc%2FMakefile.in;h=6c4fa37e7283f6b6688ad11f40304f7529577954;hb=29d737aafe8a1b61687a9b9e910b2d776dfc0203;hp=fc36f526fab439501e4562b7105d903bbf321c2f;hpb=da44517ffef30eb2c170bb97cd6435f6d4e61a0e;p=ppp.git diff --git a/pppd/plugins/radius/radiusclient/etc/Makefile.in b/pppd/plugins/radius/radiusclient/etc/Makefile.in index fc36f52..6c4fa37 100644 --- a/pppd/plugins/radius/radiusclient/etc/Makefile.in +++ b/pppd/plugins/radius/radiusclient/etc/Makefile.in @@ -11,7 +11,7 @@ # PARTICULAR PURPOSE. # -# $Id: Makefile.in,v 1.3 2002/04/02 13:17:13 dfs Exp $ +# $Id: Makefile.in,v 1.5 2002/10/05 17:49:00 fcusack Exp $ # # Copyright (C) 1997,1998 Lars Fenneberg # @@ -99,7 +99,7 @@ pkgsysconf_DATA = issue port-id-map radiusclient.conf \ EXTRA_DIST = issue port-id-map dictionary dictionary.ascend \ dictionary.compat dictionary.merit dictionary.microsoft \ - servers radiusclient.conf.in + realms servers radiusclient.conf.in mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @@ -215,12 +215,15 @@ radiusclient.conf: radiusclient.conf.in -e 's|@pkgsysconf''dir@|$(pkgsysconfdir)|g' \ <$(srcdir)/radiusclient.conf.in >radiusclient.conf -install-data-local: servers +install-data-local: realms servers $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir); \ + echo " $(INSTALL) -m600 $(srcdir)/realms $(DESTDIR)$(pkgsysconfdir)/realms"; \ + $(INSTALL) -m600 $(srcdir)/realms $(DESTDIR)$(pkgsysconfdir)/realms; \ echo " $(INSTALL) -m600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers"; \ $(INSTALL) -m600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers uninstall-local: + rm -f $(DESTDIR)$(pkgsysconfdir)/realms rm -f $(DESTDIR)$(pkgsysconfdir)/servers # Tell versions [3.59,3.63) of GNU make to not export all variables.