Module Name: src
Committed By: martin
Date: Mon Oct 13 11:07:38 UTC 2014
Modified Files:
src/tests/lib/libc/sync: Makefile
Log Message:
Fix include order, so the makefile actually does something again.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/sync/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/sync/Makefile
diff -u src/tests/lib/libc/sync/Makefile:1.4 src/tests/lib/libc/sync/Makefile:1.5
--- src/tests/lib/libc/sync/Makefile:1.4 Mon Oct 13 09:57:35 2014
+++ src/tests/lib/libc/sync/Makefile Mon Oct 13 11:07:38 2014
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2014/10/13 09:57:35 martin Exp $
+# $NetBSD: Makefile,v 1.5 2014/10/13 11:07:38 martin Exp $
WARNS=0
NOMAN=1
-proginstall:
- @echo This directory features link time only tests.
-
-.include <bsd.prog.mk>
+.include <bsd.own.mk>
PROG= all_sync_ops_linkable
@@ -18,3 +15,8 @@ PROG+= cpp_atomic_ops_linkable
.endif
+proginstall:
+ @echo This directory features link time only tests.
+
+.include <bsd.prog.mk>
+