diff options
Diffstat (limited to 'regress/lib/libc/cxa-atexit/libgd2/Makefile')
-rw-r--r-- | regress/lib/libc/cxa-atexit/libgd2/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/lib/libc/cxa-atexit/libgd2/Makefile b/regress/lib/libc/cxa-atexit/libgd2/Makefile new file mode 100644 index 00000000000..7ca21d8bd27 --- /dev/null +++ b/regress/lib/libc/cxa-atexit/libgd2/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 2007/09/03 14:42:44 millert Exp $ + +LIB=gd2 +SRCS= gd2.C +NOPROFILE=yes + +regress: all + +.include <bsd.lib.mk> |