diff options
-rw-r--r-- | src/regress/lib/libc/asr/bin/res_mkquery/Makefile | 4 | ||||
-rw-r--r-- | src/regress/lib/libc/asr/bin/res_query/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libc/asr/bin/res_mkquery/Makefile b/src/regress/lib/libc/asr/bin/res_mkquery/Makefile index 770fa9f633..4ae259e45d 100644 --- a/src/regress/lib/libc/asr/bin/res_mkquery/Makefile +++ b/src/regress/lib/libc/asr/bin/res_mkquery/Makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1.1.1 2012/07/13 17:49:54 eric Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2017/03/09 08:26:42 eric Exp $ |
2 | 2 | ||
3 | .PATH: ${.CURDIR}/.. | 3 | .PATH: ${.CURDIR}/.. |
4 | 4 | ||
5 | PROG= res_mkquery${BINEXT} | 5 | PROG= res_mkquery |
6 | SRCS+= res_mkquery.c | 6 | SRCS+= res_mkquery.c |
7 | 7 | ||
8 | .include <bsd.prog.mk> | 8 | .include <bsd.prog.mk> |
diff --git a/src/regress/lib/libc/asr/bin/res_query/Makefile b/src/regress/lib/libc/asr/bin/res_query/Makefile index 75380ee079..6f4d83392b 100644 --- a/src/regress/lib/libc/asr/bin/res_query/Makefile +++ b/src/regress/lib/libc/asr/bin/res_query/Makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1.1.1 2012/07/13 17:49:54 eric Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2017/03/09 08:26:42 eric Exp $ |
2 | 2 | ||
3 | .PATH: ${.CURDIR}/.. | 3 | .PATH: ${.CURDIR}/.. |
4 | 4 | ||
5 | PROG= res_query${BINEXT} | 5 | PROG= res_query |
6 | SRCS+= res_query.c | 6 | SRCS+= res_query.c |
7 | 7 | ||
8 | .include <bsd.prog.mk> | 8 | .include <bsd.prog.mk> |