mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Add LIBALIAS.
This commit is contained in:
parent
3175d10a96
commit
75795a87aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26030
@ -1,4 +1,4 @@
|
||||
# $Id$
|
||||
# $Id: bsd.libnames.mk,v 1.7 1997/02/22 13:56:11 peter Exp $
|
||||
#
|
||||
# The include file <bsd.libnames.mk> define library names.
|
||||
# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this
|
||||
@ -9,6 +9,7 @@ LIBCRT0?= ${DESTDIR}/usr/lib/crt0.o
|
||||
LIBKZHEAD?= ${DESTDIR}/usr/lib/kzhead.o
|
||||
LIBKZTAIL?= ${DESTDIR}/usr/lib/kztail.o
|
||||
|
||||
LIBALIAS?= ${DESTDIR}/usr/lib/libalias.a
|
||||
LIBC?= ${DESTDIR}/usr/lib/libc.a
|
||||
LIBC_PIC= ${DESTDIR}/usr/lib/libc_pic.a
|
||||
LIBCOM_ERR= ${DESTDIR}/usr/lib/libcom_err.a
|
||||
|
Loading…
Reference in New Issue
Block a user