diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-25 20:30:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-25 20:30:23 +0000 |
commit | b73068f2a7a1ce6dd25b21616872bf6d92dd41bd (patch) | |
tree | 773bb7f271e4cd6095e156bfbdd3cd95f37aca51 | |
parent | d5c6f6e8004ec10e744af88aca67cfb900a5df1b (diff) |
bad miod
-rw-r--r-- | sys/arch/sparc64/conf/Makefile.sparc64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index 2f2e1f0381a..009c83a2d1d 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -7,6 +7,7 @@ CC?= cc CPP?= cpp LD?= ld MKDEP?= mkdep +SIZE?= size STRIP?= strip # source tree is located via $S relative to the compilation directory |