diff options
Diffstat (limited to 'usr/src/lib/print/libpapi-common')
-rw-r--r-- | usr/src/lib/print/libpapi-common/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/print/libpapi-common/Makefile.com | 5 | ||||
-rw-r--r-- | usr/src/lib/print/libpapi-common/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/print/libpapi-common/sparc/Makefile | 4 |
4 files changed, 2 insertions, 16 deletions
diff --git a/usr/src/lib/print/libpapi-common/Makefile b/usr/src/lib/print/libpapi-common/Makefile index ef7e964b85..bcbf97492d 100644 --- a/usr/src/lib/print/libpapi-common/Makefile +++ b/usr/src/lib/print/libpapi-common/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,15 +34,12 @@ all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install -lint := TARGET = lint .KEEP_STATE: all clean clobber: .WAIT $(SUBDIRS) install: .WAIT $(SUBDIRS) install_h -lint: # $(SUBDIRS) - install_h: $(ROOTHDRS) check: $(CHECKHDRS) diff --git a/usr/src/lib/print/libpapi-common/Makefile.com b/usr/src/lib/print/libpapi-common/Makefile.com index 2f09a330ac..0a1f4f213a 100644 --- a/usr/src/lib/print/libpapi-common/Makefile.com +++ b/usr/src/lib/print/libpapi-common/Makefile.com @@ -29,15 +29,11 @@ VERS = .0 OBJECTS = attribute.o common.o library.o list.o misc.o status.o uri.o include ../../../Makefile.lib -include ../../../Makefile.rootfs - -ROOTLIBDIR= $(ROOT)/usr/lib SRCDIR = ../common LIBS = $(DYNLIB) -$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRCDIR) @@ -55,6 +51,5 @@ LDLIBS += -lc -lsocket -lnsl all: $(LIBS) -lint: lintcheck include ../../../Makefile.targ diff --git a/usr/src/lib/print/libpapi-common/i386/Makefile b/usr/src/lib/print/libpapi-common/i386/Makefile index 3b985583a4..b26eabf93d 100644 --- a/usr/src/lib/print/libpapi-common/i386/Makefile +++ b/usr/src/lib/print/libpapi-common/i386/Makefile @@ -22,9 +22,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/print/libpapi-common/sparc/Makefile b/usr/src/lib/print/libpapi-common/sparc/Makefile index 3b985583a4..b26eabf93d 100644 --- a/usr/src/lib/print/libpapi-common/sparc/Makefile +++ b/usr/src/lib/print/libpapi-common/sparc/Makefile @@ -22,9 +22,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) # $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) |