summaryrefslogtreecommitdiff
path: root/usr/src/lib/print/libhttp-core
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/print/libhttp-core')
-rw-r--r--usr/src/lib/print/libhttp-core/Makefile5
-rw-r--r--usr/src/lib/print/libhttp-core/Makefile.com3
2 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/lib/print/libhttp-core/Makefile b/usr/src/lib/print/libhttp-core/Makefile
index b92d620b10..88d4640509 100644
--- a/usr/src/lib/print/libhttp-core/Makefile
+++ b/usr/src/lib/print/libhttp-core/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,14 +34,11 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
all clean clobber install: .WAIT $(SUBDIRS)
-lint: # $(SUBDIRS)
-
install_h: # $(ROOTHDRS)
check: # $(CHECKHDRS)
diff --git a/usr/src/lib/print/libhttp-core/Makefile.com b/usr/src/lib/print/libhttp-core/Makefile.com
index f8412cd381..2a0e82e1b9 100644
--- a/usr/src/lib/print/libhttp-core/Makefile.com
+++ b/usr/src/lib/print/libhttp-core/Makefile.com
@@ -31,7 +31,6 @@ OBJECTS = http-addr.o http-support.o http.o
ROOTLIBDIR = $(ROOT)/usr/lib/print
include ../../../Makefile.lib
-include ../../../Makefile.rootfs
SRCDIR = ../common
@@ -40,7 +39,6 @@ ROOTLIBDIR64= $(ROOT)/usr/lib/print/$(MACH)
LIBS = $(DYNLIB)
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(SRCDIR)
@@ -57,7 +55,6 @@ LDLIBS += -lsocket -lnsl -lc
all: $(LIBS)
-lint: lintcheck
$(ROOTLIBDIR):
$(INS.dir)