diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-17 10:46:26 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-17 10:46:26 +0000 |
commit | 6476cf829b28337c9b81bab966bbc4a4abe37982 (patch) | |
tree | 4c6323f69275a5aaa2d1e0a467f4f907e2f47314 /sys/arch/sparc/stand/Makefile | |
parent | 3e5a5259f8fb1b6393dd2cf83fb2c3eeda0ea959 (diff) |
Reorganizaed bootblocks. Builds like hp300 now.
Diffstat (limited to 'sys/arch/sparc/stand/Makefile')
-rw-r--r-- | sys/arch/sparc/stand/Makefile | 37 |
1 files changed, 3 insertions, 34 deletions
diff --git a/sys/arch/sparc/stand/Makefile b/sys/arch/sparc/stand/Makefile index 5ee9240e891..92f5336714b 100644 --- a/sys/arch/sparc/stand/Makefile +++ b/sys/arch/sparc/stand/Makefile @@ -1,37 +1,6 @@ -# $NetBSD: Makefile,v 1.10 1995/10/09 23:25:54 pk Exp $ +# $OpenBSD: Makefile,v 1.6 1997/09/17 10:46:07 downsj Exp $ +# $NetBSD: Makefile,v 1.15 1997/06/01 03:39:03 mrg Exp $ -SUBDIR= zboot boot bootxx installboot - -### find out what to use for libkern and libsa -SAREL= -KERNREL= -TOPLEVEL=1 -.include "Makefile.inc" -.include "$S/lib/libkern/Makefile.inc" -.include "$S/lib/libsa/Makefile.inc" - -all: ${KERNLIB} ${SALIB} _SUBDIRUSE - -libdep: - @echo ${KERNLIB} ${.OBJDIR}/${SALIB} - -sadep: - @echo ${.OBJDIR}/${SALIB} - -kernlibdir: - @echo ${KERNDST} - -salibdir: - @echo ${.OBJDIR}/${SADST} - -clean:: _SUBDIRUSE - -cleandir: _SUBDIRUSE - -BINDIR=/usr/mdec - -afterinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/binstall.sh ${DESTDIR}${BINDIR}/binstall +SUBDIR= libsa libkern libz boot bootxx installboot binstall .include <bsd.subdir.mk> |