]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/radiusclient/etc/Makefile.in
radrealms plugin from Ben McKeegan
[ppp.git] / pppd / plugins / radius / radiusclient / etc / Makefile.in
index fc36f526fab439501e4562b7105d903bbf321c2f..e3e2aedcdf55e53100a177c839c5d12e41ad558d 100644 (file)
@@ -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.4 2002/10/05 04:35:24 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.