Reorder ${LIBS} so that we don't need to explicitly pull in bcmp.c
and bzero.c from libkern.
This commit is contained in:
parent
82f739bcb0
commit
5fbc10c671
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.booters,v 1.18 1999/03/27 07:17:50 simonb Exp $
|
||||
# $NetBSD: Makefile.booters,v 1.19 1999/03/31 02:35:14 simonb Exp $
|
||||
#
|
||||
# NOTE: $S must correspond to the top of the 'sys' tree
|
||||
|
||||
@ -66,7 +66,7 @@ cleandir distclean: cleanlibdir
|
||||
cleanlibdir:
|
||||
rm -rf lib
|
||||
|
||||
LIBS= ${LIBPMAX} ${LIBSA} ${LIBZ} ${LIBSA} ${LIBKERN} ${LIBPMAX}
|
||||
LIBS= ${LIBPMAX} ${LIBKERN} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBPMAX}
|
||||
VERS_O?=vers.o
|
||||
|
||||
vers.o: ${VERSIONFILE}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 1999/03/27 07:17:51 simonb Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/03/31 02:35:14 simonb Exp $
|
||||
# @(#)Makefile 8.3 (Berkeley) 2/16/94
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
@ -12,10 +12,6 @@ NEWVERSWHAT= "Secondary Boot"
|
||||
VERSIONFILE= ${.CURDIR}/version
|
||||
.PATH: ${.CURDIR}/../lib
|
||||
|
||||
# XXX These aren't build by libkern at the moment - fix libkern?
|
||||
SRCS+= bcmp.c bzero.c
|
||||
.PATH: $S/lib/libkern
|
||||
|
||||
# Copy boot to / as well.
|
||||
afterinstall:
|
||||
cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
|
||||
|
Loading…
Reference in New Issue
Block a user