From c0d14afc8612ed8ecce33cdf03bebba912f90c6d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 8 Jan 2001 20:40:24 +0000 Subject: [PATCH] Completed the install-testlist target. --- Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.in b/Makefile.in index 03378fe..ff14ff3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,6 +81,11 @@ install: petidomo install-testlist: @if [ ! -d $(localstatedir)/testlist ]; then $(INSTALL) -d $(localstatedir)/testlist; fi + $(INSTALL) -m 644 ../etc/list-config $(localstatedir)/testlist/config + $(INSTALL) -m 644 ../etc/list-acl $(localstatedir)/testlist/acl + @rm -f $(localstatedir)/testlist/list + cp /dev/null $(localstatedir)/testlist/list + @chmod 644 $(localstatedir)/testlist/list clean distclean realclean:: @for n in lib*; do (cd $$n && $(MAKE) $@); done