mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
Synchronize with sys/i386/boot/biosboot/Makefile and
sys/i386/boot/rawboot/Makefile revsions 1.56 and 1.7, respectively.
This commit is contained in:
parent
cf27d94b69
commit
fc8cbbc9b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25158
@ -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\
|
||||
|
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user