Descend to the utils dir for targets clean and depend.
This commit is contained in:
parent
1ecbaaabf8
commit
50224771ef
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.8 1999/04/12 16:06:36 minoura Exp $
|
# $NetBSD: Makefile,v 1.9 1999/04/14 14:11:56 minoura Exp $
|
||||||
|
|
||||||
TOP= ${.CURDIR}/..
|
TOP= ${.CURDIR}/..
|
||||||
|
|
||||||
@ -67,6 +67,10 @@ HACKSRC=${TOP}/../../utils/libhack
|
|||||||
clean cleandir distclean:
|
clean cleandir distclean:
|
||||||
/bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
|
/bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
|
||||||
|
|
||||||
|
.if make(clean) || make(cleandir) || make(distclean) || make(depend) || make(obj)
|
||||||
|
UTILDIR= ../../../utils
|
||||||
|
SUBDIR+= ${UTILDIR}/init_s ${UTILDIR}/x_ifconfig ${UTILDIR}/x_route
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.obj.mk>
|
.include <bsd.obj.mk>
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user