diff options
Diffstat (limited to 'sys/boot/pc98/btx')
| -rw-r--r-- | sys/boot/pc98/btx/btx/Makefile | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/btx/btxldr/Makefile | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/btx/lib/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/pc98/btx/btx/Makefile b/sys/boot/pc98/btx/btx/Makefile index 7780e6be8f64..c9517eabc7d8 100644 --- a/sys/boot/pc98/btx/btx/Makefile +++ b/sys/boot/pc98/btx/btx/Makefile @@ -2,7 +2,7 @@ PROG= btx INTERNALPROG= -NOMAN= +NO_MAN= SRCS= btx.S CFLAGS+=-DPC98 diff --git a/sys/boot/pc98/btx/btxldr/Makefile b/sys/boot/pc98/btx/btxldr/Makefile index 0cbed4974b76..726149f20b0a 100644 --- a/sys/boot/pc98/btx/btxldr/Makefile +++ b/sys/boot/pc98/btx/btxldr/Makefile @@ -2,7 +2,7 @@ PROG= btxldr INTERNALPROG= -NOMAN= +NO_MAN= SRCS= btxldr.S CFLAGS+=-DPC98 diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile index 563f001253b2..8fab66a541af 100644 --- a/sys/boot/pc98/btx/lib/Makefile +++ b/sys/boot/pc98/btx/lib/Makefile @@ -2,7 +2,7 @@ PROG= crt0.o INTERNALPROG= -NOMAN= +NO_MAN= SRCS= btxcsu.s btxsys.s btxv86.s LDFLAGS=-Wl,-r |
