add missing $LIBSSL
This commit is contained in:
parent
9833445e10
commit
762bc3c71a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.prog.mk,v 1.121 2001/01/04 23:52:00 garbled Exp $
|
||||
# $NetBSD: bsd.prog.mk,v 1.122 2001/01/08 07:36:10 mrg Exp $
|
||||
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
|
||||
|
||||
.if !target(__initialized__)
|
||||
@ -70,6 +70,7 @@ LIBROKEN?= ${DESTDIR}/usr/lib/libroken.a
|
||||
LIBRPCSVC?= ${DESTDIR}/usr/lib/librpcsvc.a
|
||||
LIBSKEY?= ${DESTDIR}/usr/lib/libskey.a
|
||||
LIBSS?= ${DESTDIR}/usr/lib/libss.a
|
||||
LIBSSL?= ${DESTDIR}/usr/lib/liblss.a
|
||||
LIBSL?= ${DESTDIR}/usr/lib/libsl.a
|
||||
LIBTERMCAP?= ${DESTDIR}/usr/lib/libtermcap.a
|
||||
LIBTELNET?= ${DESTDIR}/usr/lib/libtelnet.a
|
||||
|
Loading…
Reference in New Issue
Block a user