summaryrefslogtreecommitdiff
path: root/usr/src/stand/lib/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/stand/lib/Makefile.com')
-rw-r--r--usr/src/stand/lib/Makefile.com9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/stand/lib/Makefile.com b/usr/src/stand/lib/Makefile.com
index 1a68ceb21f..3c90551d8c 100644
--- a/usr/src/stand/lib/Makefile.com
+++ b/usr/src/stand/lib/Makefile.com
@@ -31,11 +31,10 @@ include $(SRC)/lib/Makefile.lib
include $(SRC)/stand/lib/Makefile.$(MACH)
SRCDIR = .
-LIBS += $(LIBRARY) $(LINTLIB)
+LIBS += $(LIBRARY)
CFLAGS += $(CCVERBOSE)
LDFLAGS = -r
-LDLIBS += -lsa -lfakeboot
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
+LDLIBS += -lsa
#
# Reset ROOTLIBDIR to an alternate directory so that we don't clash with
@@ -72,8 +71,8 @@ CMNDIR = .
# the proto area since those headers match libc's implementation, and
# libc is of course not available to standalone binaries.
#
-CPPDEFS = -D$(KARCH) -D_BOOT -D_KERNEL -D_MACHDEP
-CPPINCS = -YI,$(STANDDIR)/lib/sa -I$(STANDDIR)/lib/sa \
+CPPDEFS = -D$(KARCH) -D_BOOT -D_KERNEL -D_MACHDEP
+CPPINCS = -YI,$(STANDDIR)/lib/sa -I$(STANDDIR)/lib/sa \
-I$(STANDDIR) -I$(SRCDIR) -I$(CMNDIR) \
-I$(STANDDIR)/$(MACH) -I$(SYSDIR)/common $(ARCHDIRS) \
-I$(SYSDIR)/sun4 -I$(SYSDIR)/$(KARCH)