diff options
Diffstat (limited to 'src/regress/lib/libc/atexit/Makefile')
-rw-r--r-- | src/regress/lib/libc/atexit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/atexit/Makefile b/src/regress/lib/libc/atexit/Makefile index 55c3f3981e..8731e9d421 100644 --- a/src/regress/lib/libc/atexit/Makefile +++ b/src/regress/lib/libc/atexit/Makefile | |||
@@ -1,7 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2002/09/14 22:03:14 dhartmei Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2002/10/21 20:40:50 mickey Exp $ |
2 | 2 | ||
3 | NOMAN= | 3 | NOMAN= |
4 | PROG=atexit_test | 4 | PROG=atexit_test |
5 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc | ||
5 | 6 | ||
6 | run-regress-atexit_test: ${PROG} | 7 | run-regress-atexit_test: ${PROG} |
7 | ./${PROG} -valid 2>${.OBJDIR}/valid.out | 8 | ./${PROG} -valid 2>${.OBJDIR}/valid.out |