Skip to content

Commit 1cb0a46

Browse files
committed
mk: teach about wget on SunOS
1 parent 6b6aa29 commit 1cb0a46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mk/tools/tools.SunOS.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ TOOLS_PLATFORM.sdiff?= /usr/bin/sdiff
186186
.if exists(/usr/gnu/bin/sed)
187187
TOOLS_PLATFORM.sed?= /usr/gnu/bin/sed
188188
.endif
189+
.if exists(/usr/sfw/bin/wget)
190+
TOOLS_PLATFORM.wget?= /usr/sfw/bin/wget
191+
.endif
189192
TOOLS_PLATFORM.sh?= /bin/ksh
190193
TOOLS_PLATFORM.sleep?= /bin/sleep
191194
.if exists(/usr/bin/soelim)

0 commit comments

Comments
 (0)