don't pass in lint libraries which no longer exist
@@ -34,11 +34,14 @@ POFILE = $(PROG)_msg.po MSGFILES=$(SRCS:%.c=%.i) CPPFLAGS += -xCC LINTFLAGS += -XCC -L$(ADJUNCT_PROTO)/usr/lib -LDLIBS += -ltspi -luuid +LDLIBS += -luuid + +# libtspi has no lint library, so we can only include this while building +$(PROG) := LDLIBS += -ltspi CLOBBERFILES = C.ln $(POFILE) $(POFILES) .KEEP_STATE: