summaryrefslogtreecommitdiff
path: root/modules/pam_rootok/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_rootok/Makefile')
-rw-r--r--modules/pam_rootok/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/modules/pam_rootok/Makefile b/modules/pam_rootok/Makefile
deleted file mode 100644
index 0c868c91..00000000
--- a/modules/pam_rootok/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# $Id$
-#
-# This Makefile controls a build process of $(TITLE) module for
-# Linux-PAM. You should not modify this Makefile (unless you know
-# what you are doing!).
-#
-# Created by Andrew Morgan <morgan@linux.kernel.org> 2000/08/27
-#
-
-include ../../Make.Rules
-
-TITLE=pam_rootok
-
-include ../Simple.Rules
-
-ifeq ($(HAVE_LIBSELINUX),yes)
-CFLAGS += -DWITH_SELINUX
-LINK_PAMMODUTILS += -lselinux
-endif
-