1## Process this file with automake to produce Makefile.in
2# Makefile for GNU CVS contributed sample Pluggable Authentication Manager
3# (PAM) configurations.
4#
5# Do not use this makefile directly, but only from `../Makefile'.
6# Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
7#               1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
8#               Free Software Foundation, Inc.
9
10# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by
12# the Free Software Foundation; either version 2, or (at your option)
13# any later version.
14
15# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU General Public License for more details.
19EXTRA_DIST = \
20	.cvsignore \
21	cvs.linux \
22	cvs.solaris
23