xref: /openbsd-src/regress/lib/libc/cxa-atexit/libgd1/Makefile (revision f1e5be9242a10fda9e7db1433e5b64542530dc8f)
1# $OpenBSD: Makefile,v 1.1 2007/09/03 14:42:44 millert Exp $
2
3LIB=gd1
4SRCS= gd1.C
5NOPROFILE=yes
6
7regress: all
8
9.include <bsd.lib.mk>
10