diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
| commit | e653b48c80fb85b2a10372d664a4b55dbdc51dae (patch) | |
| tree | 7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /sys/boot/pc98/btx | |
| parent | d626a8a238996d787428b43e5398f512cfd0aa94 (diff) | |
Notes
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 |
