changelog: 0.6.0 WIP
[userv-utils] / misc / 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 $(bindir)
26 cp mailq-wrapper $(bindir)/mailq
5e5500ed
IJ
27 mkdir -p $(sbindir)
28 cp checkpasswd-service $(sbindir)/checkpasswd-service
6362f12c 29
30install-examples:
31 mkdir -p $(services)
5e5500ed
IJ
32 cp mailq ndc-reload checkpasswd-self checkpasswd-other \
33 $(services)/.
6362f12c 34
35install-docs: