diff options
| author | eric <> | 2017-03-09 08:26:42 +0000 |
|---|---|---|
| committer | eric <> | 2017-03-09 08:26:42 +0000 |
| commit | 9515b45875cb0bffcfce617d07d12fc2622f92a0 (patch) | |
| tree | 77a19f8cacd6db072a98f8f6cd5dd12120bceed9 | |
| parent | 4b0aac35e1387e099b26a971218bd4f43a64d5d0 (diff) | |
| download | openbsd-9515b45875cb0bffcfce617d07d12fc2622f92a0.tar.gz openbsd-9515b45875cb0bffcfce617d07d12fc2622f92a0.tar.bz2 openbsd-9515b45875cb0bffcfce617d07d12fc2622f92a0.zip | |
remove bogus variable expansion
Diffstat (limited to '')
| -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> |
