diff options
author | eric <> | 2017-03-09 08:26:42 +0000 |
---|---|---|
committer | eric <> | 2017-03-09 08:26:42 +0000 |
commit | 62cee9027bcc29cd46fff1eae6ea166b699f0376 (patch) | |
tree | 77a19f8cacd6db072a98f8f6cd5dd12120bceed9 /src/regress/lib/libc/asr | |
parent | 2cf25549d4ea7724ffd460592360f42d5ea20b9f (diff) | |
download | openbsd-62cee9027bcc29cd46fff1eae6ea166b699f0376.tar.gz openbsd-62cee9027bcc29cd46fff1eae6ea166b699f0376.tar.bz2 openbsd-62cee9027bcc29cd46fff1eae6ea166b699f0376.zip |
remove bogus variable expansion
Diffstat (limited to 'src/regress/lib/libc/asr')
-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> |