www-cgi/: Decentralize the whitelist of environment variables.
[userv-utils] / dyndns / Makefile
CommitLineData
6362f12c 1# Makefile
2# installation runes for userv-dyndns
3
4# Copyright (C) 2003 Ian Jackson
5#
6# This is free software; you can redistribute it and/or modify it
7# under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful, but
12# WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14# General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with userv-utils; if not, write to the Free Software
18# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19#
20# $Id$
21
22include ../settings.make
23
24install:
25 mkdir -p $(shareuserv)/dyndns $(varlibuserv)/dyndns/tmp
26 cp service update $(shareuserv)/dyndns
27 cp install-script $(shareuserv)/dyndns/install
28
29install-examples:
30 mkdir -p $(services)
31 cp dyndns $(services)/dyndns.distrib
32 cp dyndns-domains $(etcuserv)/dyndns-domains.example
33 echo usdyndns >$(etcuserv)/dyndns-service-users.example
34
35install-docs:
36 mkdir -p $(docdir)/userv-dyndns
37 cp INSTALL $(docdir)/userv-dyndns