~ubuntu-branches/ubuntu/oneiric/nis/oneiric-proposed

« back to all changes in this revision

Viewing changes to ypserv-2.17/etc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2005-11-16 23:42:06 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051116234206-p00omaw5ji5q0qhr
Tags: 3.15-3ubuntu1
Resynchronise with Debian.  (me)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Copyright (c) 2000, 2001, 2003 Thorsten Kukuk <kukuk@suse.de>
3
 
#
4
 
# Process this file with automake to produce Makefile.in.
5
 
 
6
 
AUTOMAKE_OPTIONS = 1.7 gnits
7
 
 
8
 
EXTRA_DIST = README locale netgroup netmasks securenets timezone ypserv.conf \
9
 
                ${MANS}
10
 
 
11
 
CLEANFILES = *~
12
 
 
13
 
man_MANS=netgroup.5 ypserv.conf.5
14