chiark / gitweb /
checkpass: installation arrangements
[userv-utils.git] / misc / Makefile
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
22 include ../settings.make
23
24 install:
25                 mkdir -p $(bindir)
26                 cp mailq-wrapper $(bindir)/mailq
27                 mkdir -p $(sbindir)
28                 cp checkpasswd-service $(sbindir)/checkpasswd-service
29
30 install-examples:
31                 mkdir -p $(services)
32                 cp mailq ndc-reload checkpasswd-self checkpasswd-other \
33                         $(services)/.
34
35 install-docs: