diff options
Diffstat (limited to 'src/regress/lib/libc/qsort/Makefile')
-rw-r--r-- | src/regress/lib/libc/qsort/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/qsort/Makefile b/src/regress/lib/libc/qsort/Makefile index 9062e26f95..473432f423 100644 --- a/src/regress/lib/libc/qsort/Makefile +++ b/src/regress/lib/libc/qsort/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2017/05/17 20:28:35 millert Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2017/05/22 17:16:43 millert Exp $ |
2 | 2 | ||
3 | PROG= qsort_test | 3 | PROG= qsort_test |
4 | SRCS= qsort_test.c antiqsort.c | ||
4 | CFLAGS+=-Wall | 5 | CFLAGS+=-Wall |
5 | 6 | ||
6 | qsort-regress: ${PROG} | 7 | qsort-regress: ${PROG} |