use the correct set of LIBDPLIBS.
This commit is contained in:
parent
cefa0f256e
commit
8cb9c15e18
@ -1,13 +1,13 @@
|
||||
# $NetBSD: Makefile,v 1.1 2009/06/08 15:39:43 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2009/06/09 02:32:22 mrg Exp $
|
||||
|
||||
NOLINT= # defined
|
||||
NOMAN= # defined
|
||||
NONLS= # defined
|
||||
NOINFO= # defined
|
||||
NOSHARE= # defined
|
||||
LIBDPLIBS= bz2 ${.CURDIR}/../../../../../../lib/libbz2 \
|
||||
crypt ${.CURDIR}/../../../../../../lib/libcrypt \
|
||||
z ${.CURDIR}/../../../../../../lib/libz
|
||||
LIBDPLIBS= crypto ${.CURDIR}/../../../../../lib/libcrypto \
|
||||
z ${.CURDIR}/../../../../../lib/libz \
|
||||
bz2 ${.CURDIR}/../../../../../lib/libbz2
|
||||
|
||||
NOCHECKVER= # defined
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user