ipif: wip new service-wrap: docs
[userv-utils] / misc / Makefile
CommitLineData
6362f12c 1# Makefile
9028e234
IJ
2#
3# Copyright 1996-2013 Ian Jackson <ijackson@chiark.greenend.org.uk>
4# Copyright 1998 David Damerell <damerell@chiark.greenend.org.uk>
5# Copyright 1999,2003
6# Chancellor Masters and Scholars of the University of Cambridge
7# Copyright 2010 Tony Finch <fanf@dotat.at>
6362f12c 8#
9# This is free software; you can redistribute it and/or modify it
10# under the terms of the GNU General Public License as published by
9028e234 11# the Free Software Foundation; either version 3 of the License, or
6362f12c 12# (at your option) any later version.
13#
14# This program is distributed in the hope that it will be useful, but
15# WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17# General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
9028e234 20# along with userv-utils; if not, see http://www.gnu.org/licenses/.
6362f12c 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: