mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
My last modification for PC-card boot.flp was incomplete, and one more patch
is needed. This seems a sort of quick-hack, but it's hard to fix it in proper way. I'll do it later.
This commit is contained in:
parent
4b27896350
commit
a5986bae8c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48575
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.491 1999/06/17 19:04:43 markm Exp $
|
||||
# $Id: Makefile,v 1.492 1999/07/04 13:31:05 hosokawa Exp $
|
||||
#
|
||||
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
|
||||
#
|
||||
@ -135,7 +135,12 @@ BOOTSTRAPUTILS+= /usr/bin/cpio
|
||||
CRUNCH_TARGETS= boot fixit
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
# Make both PC-card boot.flp and plain boot.flp
|
||||
EXTRAS= floppies cdrom.1 ftp.1
|
||||
.else
|
||||
EXTRAS= cdrom.1 ftp.1
|
||||
.endif
|
||||
|
||||
.if !defined(NODOC)
|
||||
DOCREL= doc.1
|
||||
|
Loading…
Reference in New Issue
Block a user