summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-29 10:10:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-29 10:10:00 +0000
commit958e4be4aa9bb8150e1c1be75658a9b4aa9c7128 (patch)
tree56669140f5fcf9fa69988ec3f3166bdb0b7896ac
parenta680c4e851db27971c2aad8eb905a8c36718fb6f (diff)
libkern before libsa
-rw-r--r--sys/arch/sparc/stand/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/stand/Makefile b/sys/arch/sparc/stand/Makefile
index 5d3bd616240..f3e8f5d4d6f 100644
--- a/sys/arch/sparc/stand/Makefile
+++ b/sys/arch/sparc/stand/Makefile
@@ -6,13 +6,13 @@ SUBDIR= boot bootxx installboot
SAREL=
KERNREL=
.include "Makefile.inc"
-.include "$S/lib/libsa/Makefile.inc"
.include "$S/lib/libkern/Makefile.inc"
+.include "$S/lib/libsa/Makefile.inc"
-all: ${SALIB} ${KERNLIB} _SUBDIRUSE
+all: ${KERNLIB} ${SALIB} _SUBDIRUSE
libdep:
- @echo ${.OBJDIR}/${SALIB} ${.OBJDIR}/${KERNLIB}
+ @echo ${.OBJDIR}/${KERNLIB} ${.OBJDIR}/${SALIB}
sadep:
@echo ${.OBJDIR}/${SALIB}