xref: /openbsd-src/regress/lib/csu/init_priority/Makefile (revision 88919d82941730befd871059e1eb8dffb94cfd62)
1# $OpenBSD: Makefile,v 1.3 2013/08/06 19:11:53 miod Exp $
2
3PROG=init_priority_test
4SRCS=init_priority_test.cc
5
6.include <bsd.regress.mk>
7