Don't barf if there is not arch dep library for this arch.
This commit is contained in:
parent
b6549340cc
commit
5b56bf74aa
@ -1,7 +1,6 @@
|
|||||||
# Makefile,v 1.6 1993/09/10 23:32:17 jtc Exp
|
# Makefile,v 1.6 1993/09/10 23:32:17 jtc Exp
|
||||||
|
|
||||||
ARCH?=${MACHINE}
|
ARCH?=${MACHINE}
|
||||||
LIB= ${ARCH}
|
|
||||||
|
|
||||||
.if exists (${.CURDIR}/${MACHINE}/Makefile.inc)
|
.if exists (${.CURDIR}/${MACHINE}/Makefile.inc)
|
||||||
.PATH: ${.CURDIR}/${MACHINE}
|
.PATH: ${.CURDIR}/${MACHINE}
|
||||||
@ -21,4 +20,10 @@ OBJS+= ${ASM}
|
|||||||
POBJS+= ${ASM:.o=.po}
|
POBJS+= ${ASM:.o=.po}
|
||||||
CLEANFILES+= ${ASM} ${POBJS}
|
CLEANFILES+= ${ASM} ${POBJS}
|
||||||
|
|
||||||
|
.if exists (${.CURDIR}/${ARCH})
|
||||||
|
LIB= ${ARCH}
|
||||||
|
|
||||||
.include <bsd.lib.mk>
|
.include <bsd.lib.mk>
|
||||||
|
.else
|
||||||
|
all:
|
||||||
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user