~ubuntu-branches/ubuntu/breezy/pam/breezy

« back to all changes in this revision

Viewing changes to Linux-PAM/modules/pam_mkhomedir/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-06-28 14:28:08 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040628142808-adikk7vtfg3pzcjw
Tags: 0.76-22
* Add uploaders
* Document location of repository
* Fix options containing arguments in pam_unix, Closes: #254904

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# $Id: Makefile,v 1.1 2001/04/29 04:17:25 hartmans Exp $
 
3
#
 
4
# This Makefile controls a build process of $(TITLE) module for
 
5
# Linux-PAM. You should not modify this Makefile (unless you know
 
6
# what you are doing!).
 
7
#
 
8
# Created by Andrew Morgan <morgan@linux.kernel.org> 2000/08/27
 
9
#
 
10
 
 
11
include ../../Make.Rules
 
12
 
 
13
TITLE=pam_mkhomedir
 
14
 
 
15
include ../Simple.Rules