diff options
Diffstat (limited to 'usr/src/lib/libvscan/Makefile.com')
-rw-r--r-- | usr/src/lib/libvscan/Makefile.com | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libvscan/Makefile.com b/usr/src/lib/libvscan/Makefile.com index 5ec00cc3d3..3f912ff2e1 100644 --- a/usr/src/lib/libvscan/Makefile.com +++ b/usr/src/lib/libvscan/Makefile.com @@ -31,9 +31,8 @@ OBJECTS= libvscan.o include ../../Makefile.lib -LIBS= $(DYNLIB) $(LINTLIB) +LIBS= $(DYNLIB) SRCDIR = ../common -$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) # Reset the Makefile.lib macro ROOTLIBDIR to refer to usr/lib/vscan ROOTLIBDIR = $(ROOT)/usr/lib/vscan @@ -47,6 +46,5 @@ SMOFF += signed .KEEP_STATE: all: $(LIBS) -lint: lintcheck include ../../Makefile.targ |