diff options
| author | simonb <simonb@NetBSD.org> | 1999-01-30 12:39:28 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 1999-01-30 12:39:28 +0000 |
| commit | 98ceefb712a023c20a46cf5d199dd4b4a641fdce (patch) | |
| tree | 634c4266fddec3507a0a4ecce14bd8fb41816384 /sys | |
| parent | 14f0c3bc5234a344502565dfe2a1c54b57a82da7 (diff) | |
Actually depend on libsa now.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/pmax/stand/Makefile.booters | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/pmax/stand/Makefile.booters b/sys/arch/pmax/stand/Makefile.booters index 0183a5a1036..1aad2e916ff 100644 --- a/sys/arch/pmax/stand/Makefile.booters +++ b/sys/arch/pmax/stand/Makefile.booters @@ -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> |
