xref: /openbsd/regress/lib/csu/callbacks/libaa/Makefile (revision 3cab2bb3)
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