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