Add LIBALIAS.

This commit is contained in:
Brian Somers 1997-05-23 04:48:23 +00:00
parent 3175d10a96
commit 75795a87aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26030

View File

@ -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