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