xref: /openbsd-src/regress/libexec/ld.so/constructor/libaa/Makefile (revision 8cfeef2acd20fc98ef443f85ed38a80e92e479c6)
1# $OpenBSD: Makefile,v 1.2 2016/09/27 18:14:22 kettenis Exp $
2
3LIB=aa
4SRCS= aa.C
5NOPROFILE=yes
6
7regress: all
8
9.include <bsd.lib.mk>
10