summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/qsort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/qsort/Makefile')
-rw-r--r--src/regress/lib/libc/qsort/Makefile3
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
3PROG= qsort_test 3PROG= qsort_test
4SRCS= qsort_test.c antiqsort.c
4CFLAGS+=-Wall 5CFLAGS+=-Wall
5 6
6qsort-regress: ${PROG} 7qsort-regress: ${PROG}