summaryrefslogtreecommitdiff
path: root/usr/src/lib/pam_modules/allow
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/pam_modules/allow')
-rw-r--r--usr/src/lib/pam_modules/allow/Makefile5
-rw-r--r--usr/src/lib/pam_modules/allow/Makefile.com4
2 files changed, 2 insertions, 7 deletions
diff --git a/usr/src/lib/pam_modules/allow/Makefile b/usr/src/lib/pam_modules/allow/Makefile
index 99f0e3a31c..838b7380ef 100644
--- a/usr/src/lib/pam_modules/allow/Makefile
+++ b/usr/src/lib/pam_modules/allow/Makefile
@@ -22,8 +22,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../../Makefile.lib
@@ -38,11 +36,10 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
_msg: $(MSGDOMAINPOFILE)
diff --git a/usr/src/lib/pam_modules/allow/Makefile.com b/usr/src/lib/pam_modules/allow/Makefile.com
index 50c8f669a1..2d9ae89bb8 100644
--- a/usr/src/lib/pam_modules/allow/Makefile.com
+++ b/usr/src/lib/pam_modules/allow/Makefile.com
@@ -23,11 +23,10 @@
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
LIBRARY= pam_allow.a
VERS= .1
-OBJECTS= allow.o
+OBJECTS= allow.o
include ../../Makefile.pam_modules
@@ -35,6 +34,5 @@ LDLIBS += -lpam -lc
all: $(LIBS)
-lint: lintcheck
include $(SRC)/lib/Makefile.targ