diff options
Diffstat (limited to 'usr/src/lib/libdevid/Makefile.com')
-rw-r--r-- | usr/src/lib/libdevid/Makefile.com | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libdevid/Makefile.com b/usr/src/lib/libdevid/Makefile.com index cfef8fb21f..7b69bdf822 100644 --- a/usr/src/lib/libdevid/Makefile.com +++ b/usr/src/lib/libdevid/Makefile.com @@ -34,8 +34,7 @@ include ../../Makefile.rootfs SRCS = ../deviceid.c $(SRC)/common/devid/devid.c \ $(SRC)/common/devid/devid_scsi.c \ $(SRC)/common/devid/devid_smp.c -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) # # Libraries added to the next line must be present in miniroot # @@ -47,7 +46,6 @@ CFLAGS += $(CCVERBOSE) all: $(LIBS) -lint: lintcheck include ../../Makefile.targ |