Adapt to sys/lib/lib{sa,kern}/Makefile.inc changes
This commit is contained in:
parent
0a5eeae37c
commit
4364fc8f2c
@ -1,10 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.12 1996/10/18 06:08:53 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.13 1997/01/24 01:18:22 pk Exp $
|
||||
|
||||
SUBDIR= boot bootxx installboot
|
||||
|
||||
### find out what to use for libkern and libsa
|
||||
SAREL=
|
||||
KERNREL=
|
||||
.include "Makefile.inc"
|
||||
.include "$S/lib/libsa/Makefile.inc"
|
||||
.include "$S/lib/libkern/Makefile.inc"
|
||||
@ -12,18 +10,18 @@ KERNREL=
|
||||
all: ${SALIB} ${KERNLIB} _SUBDIRUSE
|
||||
|
||||
libdep:
|
||||
@echo ${.OBJDIR}/${SALIB} ${KERNLIB}
|
||||
@echo ${SALIB} ${KERNLIB}
|
||||
|
||||
sadep:
|
||||
@echo ${.OBJDIR}/${SALIB}
|
||||
@echo ${SALIB}
|
||||
|
||||
kernlibdir:
|
||||
@echo ${KERNDST}
|
||||
|
||||
salibdir:
|
||||
@echo ${.OBJDIR}/${SADST}
|
||||
@echo ${SADST}
|
||||
|
||||
clean:: _SUBDIRUSE
|
||||
clean: _SUBDIRUSE
|
||||
|
||||
cleandir: _SUBDIRUSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user