diff options
author | maxim <maxim@FreeBSD.org> | 2006-05-31 11:22:15 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2006-05-31 11:22:15 +0000 |
commit | d024980598814131bf7e55267cb117a41c15cce1 (patch) | |
tree | 8e1f6cbc7f459726562274cbf259515570fe1d72 /tools | |
parent | 7215cab2bbf2986c7a2b69195c2425bd9f5d61b3 (diff) | |
download | FreeBSD-src-d024980598814131bf7e55267cb117a41c15cce1.zip FreeBSD-src-d024980598814131bf7e55267cb117a41c15cce1.tar.gz |
Output directory has gone, remove it from Makefile.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/regression/execve/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/regression/execve/Makefile b/tools/regression/execve/Makefile index a009c2d..e1d8d2a 100644 --- a/tools/regression/execve/Makefile +++ b/tools/regression/execve/Makefile @@ -5,7 +5,6 @@ NO_MAN= RP= ./${PROG} TD= ${.CURDIR}/tests -OD= ${.CURDIR}/good TESTSCRIPTS= nonexistshell devnullscript badinterplen goodscript \ scriptarg scriptarg-nospace |