Merge from vendor branch NTPD:
[dragonfly.git] / contrib / libpam / modules / pam_ftp / Makefile
1 #
2 # $Id: Makefile,v 1.2 2000/11/19 23:54:03 agmorgan Exp $
3 # $FreeBSD: src/contrib/libpam/modules/pam_ftp/Makefile,v 1.3.2.2 2001/06/11 15:28:17 markm Exp $
4 # $DragonFly: src/contrib/libpam/modules/pam_ftp/Attic/Makefile,v 1.2 2003/06/17 04:24:03 dillon Exp $
5 #
6 # This Makefile controls a build process of $(TITLE) module for
7 # Linux-PAM. You should not modify this Makefile (unless you know
8 # what you are doing!).
9 #
10 # Created by Andrew Morgan <morgan@linux.kernel.org> 2000/08/27
11 #
12
13 include ../../Make.Rules
14
15 TITLE=pam_ftp
16
17 include ../Simple.Rules