summaryrefslogtreecommitdiff
path: root/usr/src/lib/pam_modules/tsol_acct/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/pam_modules/tsol_acct/Makefile')
-rw-r--r--usr/src/lib/pam_modules/tsol_acct/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/lib/pam_modules/tsol_acct/Makefile b/usr/src/lib/pam_modules/tsol_acct/Makefile
index 7f7344b7b7..cc8ffaf569 100644
--- a/usr/src/lib/pam_modules/tsol_acct/Makefile
+++ b/usr/src/lib/pam_modules/tsol_acct/Makefile
@@ -22,23 +22,20 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../../Makefile.lib
-SUBDIRS= $(MACH)
-$(BUILD64)SUBDIRS += $(MACH64)
+SUBDIRS= $(MACH)
+$(BUILD64)SUBDIRS += $(MACH64)
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)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)