diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-01-28 00:23:54 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2023-01-28 00:23:54 +0000 |
| commit | 2e36ab236364fa38c564f586c46cb9182ce8fd14 (patch) | |
| tree | 6d9b606fbae5d5ab66ec5e8c71630d8908cf34cb /Makefile | |
| parent | 31a96ca5f0b6e5f8f7fa8cecf3a5c4354b3b096f (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.120 2022/07/26 23:02:54 sjg Exp $ +# $Id: Makefile,v 1.122 2022/10/08 02:53:30 sjg Exp $ PROG= bmake @@ -88,7 +88,7 @@ OS := ${.MAKE.OS:U${uname -s:L:sh}} # are we 4.4BSD ? isBSD44:=${BSD44_LIST:M${OS}} -.if ${isBSD44} == "" +.if ${isBSD44} == "" && ${OS:NDarwin:NLinux} != "" MANTARGET= cat INSTALL?=${srcdir}/install-sh .if ${MACHINE} == "sun386" |
