summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.libnames.mk
blob: d5a9cb18bf752fb688d766d17b7103a690ac34bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#	$Id: bsd.libnames.mk,v 1.3 1996/10/04 08:55:05 peter Exp $
#
# The include file <bsd.libnames.mk> define library names. 
# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this 
# file where necessary.


LIBCRT0?=	${DESTDIR}/usr/lib/crt0.o
LIBKZHEAD?=	${DESTDIR}/usr/lib/kzhead.o
LIBKZTAIL?=	${DESTDIR}/usr/lib/kztail.o

LIBC?=		${DESTDIR}/usr/lib/libc.a
LIBC_PIC=	${DESTDIR}/usr/lib/libc_pic.a
LIBCOM_ERR=	${DESTDIR}/usr/lib/libcom_err.a
LIBCOMPAT?=	${DESTDIR}/usr/lib/libcompat.a
LIBCRYPT?=	${DESTDIR}/usr/lib/libcrypt.a
LIBCURSES?=	${DESTDIR}/usr/lib/libcurses.a
LIBDES?=	${DESTDIR}/usr/lib/libdes.a	# XXX doesn't exist
LIBDIALOG?=	${DESTDIR}/usr/lib/libdialog.a
LIBDISK?=	${DESTDIR}/usr/lib/libdisk.a
LIBEDIT?=	${DESTDIR}/usr/lib/libedit.a
LIBF2C?=	${DESTDIR}/usr/lib/libf2c.a
LIBFL?=		"don't use LIBFL, use LIBL"
LIBFORMS?=	${DESTDIR}/usr/lib/libforms.a
LIBFTPIO?=	${DESTDIR}/usr/lib/libftpio.a
LIBGPLUSPLUS?=	${DESTDIR}/usr/lib/libg++.a
LIBGCC?=	${DESTDIR}/usr/lib/libgcc.a
LIBGCC_PIC?=	${DESTDIR}/usr/lib/libgcc_pic.a
LIBGMP?=	${DESTDIR}/usr/lib/libgmp.a
LIBGNUREGEX?=	${DESTDIR}/usr/lib/libgnuregex.a
LIBIPX?=	${DESTDIR}/usr/lib/libipx.a
LIBKDB?=	${DESTDIR}/usr/lib/libkdb.a	# XXX doesn't exist
LIBKRB?=	${DESTDIR}/usr/lib/libkrb.a	# XXX doesn't exist
LIBKEYCAP?=	${DESTDIR}/usr/lib/libkeycap.a
LIBKVM?=	${DESTDIR}/usr/lib/libkvm.a
LIBL?=		${DESTDIR}/usr/lib/libl.a
LIBLN?=		"don't use, LIBLN, use LIBL"
LIBM?=		${DESTDIR}/usr/lib/libm.a
LIBMD?=		${DESTDIR}/usr/lib/libmd.a
LIBMP?=		${DESTDIR}/usr/lib/libmp.a
LIBMYTINFO?=	${DESTDIR}/usr/lib/libmytinfo.a
LIBNCURSES?=	${DESTDIR}/usr/lib/libncurses.a
LIBPC?=		${DESTDIR}/usr/lib/libpc.a	# XXX doesn't exist
LIBPCAP?=	${DESTDIR}/usr/lib/libpcap.a
LIBPLOT?=	${DESTDIR}/usr/lib/libplot.a	# XXX doesn't exist
LIBREADLINE?=	${DESTDIR}/usr/lib/libreadline.a
LIBRESOLV?=	${DESTDIR}/usr/lib/libresolv.a	# XXX doesn't exist
LIBRPCSVC?=	${DESTDIR}/usr/lib/librpcsvc.a
LIBSCRYPT?=	"don't use LIBSCRYPT, use LIBCRYPT"
LIBSCSI?=	${DESTDIR}/usr/lib/libscsi.a
LIBSKEY?=	${DESTDIR}/usr/lib/libskey.a
LIBSS?=		${DESTDIR}/usr/lib/libss.a
LIBSTDCPLUSPLUS?= ${DESTDIR}/usr/lib/libstdc++.a
LIBTCL?=	${DESTDIR}/usr/lib/libtcl.a
LIBTELNET?=	${DESTDIR}/usr/lib/libtelnet.a
LIBTERMCAP?=	${DESTDIR}/usr/lib/libtermcap.a
LIBTERMLIB?=	"don't use LIBTERMLIB, use LIBTERMCAP"
LIBUTIL?=	${DESTDIR}/usr/lib/libutil.a
LIBXPG4?=	${DESTDIR}/usr/lib/libxpg4.a
LIBY?=		${DESTDIR}/usr/lib/liby.a
OpenPOWER on IntegriCloud