diff options
author | 2001-12-25 20:30:22 +0000 | |
---|---|---|
committer | 2001-12-25 20:30:22 +0000 | |
commit | 5dec749ae44763f30a034fdcd94ea479ffc068ae (patch) | |
tree | a372aa4b77faeb3fa213637ff6c30241601c71e6 | |
parent | be more carefull on allocation (diff) | |
download | wireguard-openbsd-5dec749ae44763f30a034fdcd94ea479ffc068ae.tar.xz wireguard-openbsd-5dec749ae44763f30a034fdcd94ea479ffc068ae.zip |
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 |