diff options
| author | deraadt <> | 2026-08-31 15:17:53 +0000 |
|---|---|---|
| committer | deraadt <> | 2026-08-31 15:17:53 +0000 |
| commit | b8f8f8a555b51a55550edea2b563ad914ef4da5c (patch) | |
| tree | 46bc2840a88794872a032a9eb8fd115b331fb085 /src/regress/lib/libc/getexecpath/Makefile | |
| parent | daea0693c19acb492f94b5a2d2b6217e7ce9c124 (diff) | |
| download | openbsd-master.tar.gz openbsd-master.tar.bz2 openbsd-master.zip | |
Diffstat (limited to 'src/regress/lib/libc/getexecpath/Makefile')
| -rw-r--r-- | src/regress/lib/libc/getexecpath/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/regress/lib/libc/getexecpath/Makefile b/src/regress/lib/libc/getexecpath/Makefile new file mode 100644 index 0000000000..c952c5cb38 --- /dev/null +++ b/src/regress/lib/libc/getexecpath/Makefile | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | PROG=getexecpath | ||
| 2 | |||
| 3 | WARNINGS=yes | ||
| 4 | |||
| 5 | run-regress-${PROG}: ${PROG} | ||
| 6 | ./${PROG} `cd ${.OBJDIR} && pwd -P`/${PROG} | ||
| 7 | |||
| 8 | .include <bsd.regress.mk> | ||
