Print this page
More linty cleanup

@@ -69,17 +69,17 @@
 include ../../Makefile.cmd
 include ../Makefile.ssh-common
 
 LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket \
         -lnsl \
-        -lz \
         -lpam \
         -lbsm \
         -lwrap \
-        -lcrypto \
         -lgss \
         -lcontract
+# There's no lint library for zlib or libcrypto, so only include these for build
+$(PROG) :=     LDLIBS += -lz -lcrypto
 MAPFILES = $(MAPFILE.INT) $(MAPFILE.NGB)
 LDFLAGS += $(MAPFILES:%=-M%)
 
 POFILE_DIR= ..