diff options
| -rw-r--r-- | sys/pc98/boot/biosboot/Makefile | 4 | ||||
| -rw-r--r-- | sys/pc98/boot/rawboot/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/pc98/boot/biosboot/Makefile b/sys/pc98/boot/biosboot/Makefile index af55a9d84b28..df966f04eb08 100644 --- a/sys/pc98/boot/biosboot/Makefile +++ b/sys/pc98/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1997/03/13 02:04:47 kato Exp $ +# $Id: Makefile,v 1.12 1997/03/24 02:38:48 kato Exp $ # PROG= boot @@ -62,9 +62,7 @@ CFLAGS+= -DCOMCONSOLE=${BOOT_COMCONSOLE_PORT} \ # BOOT_HD_BIAS=1 makes sd(0,a) correspond to 1:sd(0,a) instead of 0:sd(0,a). CLEANFILES+= boot.nohdr boot.strip boot1 boot2 sizetest -DPADD= ${LIBC} LDFLAGS+= -N -T 0 -nostdlib -LDADD= -lc #LINKS= ${BINDIR}/sdboot ${BINDIR}/wdboot\ # ${BINDIR}/sdboot ${BINDIR}/fdboot\ # ${BINDIR}/bootsd ${BINDIR}/bootwd\ diff --git a/sys/pc98/boot/rawboot/Makefile b/sys/pc98/boot/rawboot/Makefile index afa86ddc34b8..96b12f064835 100644 --- a/sys/pc98/boot/rawboot/Makefile +++ b/sys/pc98/boot/rawboot/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.6 1997/02/22 09:43:18 peter Exp $ # PROG= boot @@ -63,9 +63,7 @@ CFLAGS+= -DCOMCONSOLE=${BOOT_COMCONSOLE_PORT} \ # BOOT_HD_BIAS=1 makes sd(0,a) correspond to 1:sd(0,a) instead of 0:sd(0,a). CLEANFILES+= boot.nohdr boot.strip rawboot sizetest -DPADD= ${LIBC} LDFLAGS+= -N -T 0 -nostdlib -LDADD= -lc NOSHARED= YES NOMAN= STRIP= |
