Module Name: src
Committed By: matt
Date: Wed Aug 21 05:55:26 UTC 2013
Modified Files:
src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot
Log Message:
Use <bsd.klinks.mk>
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot
diff -u src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.24 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.25
--- src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.24 Thu Aug 15 21:41:09 2013
+++ src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot Wed Aug 21 05:55:26 2013
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.gzboot,v 1.24 2013/08/15 21:41:09 matt Exp $
+# $NetBSD: Makefile.gzboot,v 1.25 2013/08/21 05:55:26 matt Exp $
NOMAN= # defined
.include <bsd.obj.mk> # Pull in OBJDIR name rules.
.include <bsd.own.mk>
+.include <bsd.klinks.mk>
EVBARM_STAND= ${S}/arch/evbarm/stand
@@ -60,20 +61,6 @@ CLEANFILES+= ${STARTFILE} vers.c ${BASE}
CLEANFILES+= ${PROGSYM}
SRCS+= vers.c
-.if !make(obj) && !make(clean) && !make(cleandir)
-.NOPATH: machine
-.endif
-
-realdepend realall: machine
-CLEANFILES+= arm machine
-
-machine::
- -rm -f arm machine
- ln -s ${S}/arch/evbarm/include machine
- ln -s ${S}/arch/arm/include arm
-
-${OBJS}: machine
-
### find out what to use for libkern
KERN_AS= library
.include "${S}/lib/libkern/Makefile.inc"