diff options
Diffstat (limited to 'usr/src/lib/passwdutil')
-rw-r--r-- | usr/src/lib/passwdutil/Makefile | 9 | ||||
-rw-r--r-- | usr/src/lib/passwdutil/Makefile.com | 6 | ||||
-rw-r--r-- | usr/src/lib/passwdutil/i386/Makefile | 6 | ||||
-rw-r--r-- | usr/src/lib/passwdutil/sparc/Makefile | 6 |
4 files changed, 6 insertions, 21 deletions
diff --git a/usr/src/lib/passwdutil/Makefile b/usr/src/lib/passwdutil/Makefile index e09cd44703..223fcd6567 100644 --- a/usr/src/lib/passwdutil/Makefile +++ b/usr/src/lib/passwdutil/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 @@ -36,12 +34,11 @@ $(BUILD64)SUBDIRS += $(MACH64) all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber -install := TARGET= install -lint := TARGET= lint - +install := TARGET= install + .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) install_h: $(ROOTHDRS) diff --git a/usr/src/lib/passwdutil/Makefile.com b/usr/src/lib/passwdutil/Makefile.com index 84d02df746..ea41874acb 100644 --- a/usr/src/lib/passwdutil/Makefile.com +++ b/usr/src/lib/passwdutil/Makefile.com @@ -49,8 +49,7 @@ include ../../Makefile.lib # LIBNAME= passwdutil -LIBS= $(DYNLIB) $(LINTLIB) -$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) +LIBS= $(DYNLIB) LDLIBS += -lsldap -lnsl -lc CPPFLAGS += -DENABLE_SUNOS_AGING -D_REENTRANT \ @@ -64,12 +63,9 @@ CERRWARN += -_gcc=-Wno-unused-label # not linted SMATCH=off -lint := SRCS= $(OBJ:%.o=$(SRCDIR)/%.c) - .KEEP_STATE: all: $(LIBS) -lint: lintcheck include ../../Makefile.targ diff --git a/usr/src/lib/passwdutil/i386/Makefile b/usr/src/lib/passwdutil/i386/Makefile index 79dee35ae1..67086a25e2 100644 --- a/usr/src/lib/passwdutil/i386/Makefile +++ b/usr/src/lib/passwdutil/i386/Makefile @@ -23,11 +23,7 @@ # Copyright (c) 2001 by Sun Microsystems, Inc. # All rights reserved. # -# ident "%Z%%M% %I% %E% SMI" -# -# lib/passwdutil/i386/Makefile -# include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINT) +install: all $(ROOTLIBS) diff --git a/usr/src/lib/passwdutil/sparc/Makefile b/usr/src/lib/passwdutil/sparc/Makefile index 4f8b74b6f8..3908353384 100644 --- a/usr/src/lib/passwdutil/sparc/Makefile +++ b/usr/src/lib/passwdutil/sparc/Makefile @@ -23,11 +23,7 @@ # Copyright (c) 2001 by Sun Microsystems, Inc. # All rights reserved. # -# ident "%Z%%M% %I% %E% SMI" -# -# usr/src/lib/passwdutil/sparc/Makefile -# include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINT) +install: all $(ROOTLIBS) |