fix typo in LIBSSL decl. it made programs with DPADD+=${LIBSSL} to build

every time we type "make".  From: bernd
This commit is contained in:
itojun 2001-01-26 09:42:49 +00:00
parent 8ec736c069
commit ccfc624fe0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.prog.mk,v 1.127 2001/01/14 20:49:36 christos Exp $
# $NetBSD: bsd.prog.mk,v 1.128 2001/01/26 09:42:49 itojun Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.if !target(__initialized__)
@ -72,7 +72,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
LIBSSL?= ${DESTDIR}/usr/lib/libssl.a
LIBSL?= ${DESTDIR}/usr/lib/libsl.a
LIBTERMCAP?= ${DESTDIR}/usr/lib/libtermcap.a
LIBTELNET?= ${DESTDIR}/usr/lib/libtelnet.a