diff options
Diffstat (limited to 'regress/libexec/ld.so/dlsym/test2/libcc/Makefile')
-rw-r--r-- | regress/libexec/ld.so/dlsym/test2/libcc/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/dlsym/test2/libcc/Makefile b/regress/libexec/ld.so/dlsym/test2/libcc/Makefile index 3c8f1a933b3..393161026d6 100644 --- a/regress/libexec/ld.so/dlsym/test2/libcc/Makefile +++ b/regress/libexec/ld.so/dlsym/test2/libcc/Makefile @@ -1,4 +1,8 @@ -LIB=cc -SRCS= cc.c +# $OpenBSD: Makefile,v 1.3 2005/09/19 03:53:50 kurt Exp $ + +LIB= cc +SRCS= cc.c + regress: all + .include <bsd.lib.mk> |