Module Name:    src
Committed By:   christos
Date:           Tue Jan 21 20:12:54 UTC 2014

Modified Files:
        src/distrib/acorn32/stand: Makefile

Log Message:
Makefile.distrib includes <bsd.files.mk> so put it last to make the uue
rules to work.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/distrib/acorn32/stand/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/acorn32/stand/Makefile
diff -u src/distrib/acorn32/stand/Makefile:1.26 src/distrib/acorn32/stand/Makefile:1.27
--- src/distrib/acorn32/stand/Makefile:1.26	Sun Oct 19 18:05:19 2008
+++ src/distrib/acorn32/stand/Makefile	Tue Jan 21 15:12:54 2014
@@ -1,8 +1,7 @@
-#	$NetBSD: Makefile,v 1.26 2008/10/19 22:05:19 apb Exp $
+#	$NetBSD: Makefile,v 1.27 2014/01/21 20:12:54 christos Exp $
 #
 
 .include <bsd.own.mk>
-.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 .include <bsd.kernobj.mk>
 
@@ -122,5 +121,4 @@ localclean:
 	rm -f ${ARCHIVE}
 	-if [ -d tmp ]; then rm -rf tmp; fi
 
-.include <bsd.files.mk>
-.include <bsd.prog.mk>
+.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"

Reply via email to