diff options
-rw-r--r-- | Mk/bsd.commands.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk index 636f2f2f481e..069b5e4c6030 100644 --- a/Mk/bsd.commands.mk +++ b/Mk/bsd.commands.mk @@ -28,11 +28,11 @@ CP?= /bin/cp CPIO?= /usr/bin/cpio CUT?= /usr/bin/cut DC?= /usr/bin/dc -.if exists(/usr/bin/dialog) +. if exists(/usr/bin/dialog) DIALOG?= /usr/bin/dialog -.else +. else DIALOG?= /usr/bin/bsddialog -.endif +. endif DIALOG4PORTS?= ${LOCALBASE}/bin/portconfig DIFF?= /usr/bin/diff DIRNAME?= /usr/bin/dirname |