Fix include order, so the makefile actually does something again.

This commit is contained in:
martin 2014-10-13 11:07:38 +00:00
parent 576a83b8b9
commit a9cf99fd0c
1 changed files with 7 additions and 5 deletions

View File

@ -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>