xref: /openbsd-src/regress/lib/csu/callbacks/libaa/Makefile (revision a4527715c212b9c1986cc176187e9203a0da0f43)
1# $OpenBSD: Makefile,v 1.1 2014/11/23 08:46:49 guenther Exp $
2
3LIB=aa
4SRCS= aa.c
5NOPROFILE=yes
6
7regress: all
8
9install:
10
11.include <bsd.lib.mk>
12