NetBSD/sys/arch/sparc/stand/Makefile

24 lines
472 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 1995/09/16 23:20:22 pk Exp $
1994-02-26 13:57:09 +03:00
SUBDIR= boot bootxx installboot
1994-02-26 13:57:09 +03:00
.BEGIN:
@([ -h machine ] || ln -s ${S}/arch/${MACHINE}/include machine)
1994-02-26 13:57:09 +03:00
### find out what to use for libkern and libsa
.include "Makefile.inc"
1994-02-26 13:57:09 +03:00
.include "$S/lib/libsa/Makefile.inc"
.include "$S/lib/libkern/Makefile.inc"
1994-02-26 13:57:09 +03:00
all: ${SALIB} ${KERNLIB} _SUBDIRUSE
1994-02-26 13:57:09 +03:00
libdep:
@echo ${SALIB} ${KERNLIB}
1994-02-26 13:57:09 +03:00
clean:: _SUBDIRUSE
1994-02-26 13:57:09 +03:00
cleandir: _SUBDIRUSE
rm -rf lib machine
1994-02-26 13:57:09 +03:00
.include <bsd.subdir.mk>