Actually depend on libsa now.
This commit is contained in:
parent
14f0c3bc52
commit
98ceefb712
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.booters,v 1.14 1999/01/22 14:05:05 simonb Exp $
|
||||
# $NetBSD: Makefile.booters,v 1.15 1999/01/30 12:39:28 simonb Exp $
|
||||
# @(#)Makefile 8.3 (Berkeley) 2/16/94
|
||||
|
||||
# RELOC=80200000 allows for boot prog up to 1D0000 (1900544) bytes long
|
||||
@ -10,10 +10,12 @@ CFLAGS+= ${DEFS}
|
||||
AFLAGS+= ${DEFS}
|
||||
|
||||
# not yet: need to write libsa/Makefile.inc first
|
||||
LIBSADIR != cd ${.CURDIR}/../libsa ; make print-objdir
|
||||
LIBSADIR!= cd ${.CURDIR}/../libsa ; make print-objdir
|
||||
LIBSA= ${LIBSADIR}/libsa.a
|
||||
LIBS= ${LIBSA}
|
||||
|
||||
${PROG}: ${LIBS}
|
||||
|
||||
includes:
|
||||
|
||||
.include <bsd.dep.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user