mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Transition libdisk to use /boot since what it's looking for (boot1 and boot2)
are now there.
This commit is contained in:
parent
40b843918b
commit
e188aa994d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42182
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.22 1998/12/30 11:26:24 bde Exp $
|
||||
# $Id: Makefile,v 1.23 1998/12/30 12:06:07 bde Exp $
|
||||
|
||||
LIB= disk
|
||||
SRCS= blocks.c disklabel.c dkcksum.c chunk.c disk.c change.c \
|
||||
@ -42,7 +42,7 @@ MLINKS+= libdisk.3 Open_Disk.3 \
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
BOOTS=/usr/mdec
|
||||
BOOTS=/boot
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
data.c: ${.CURDIR}/libdisk.h ${BOOTS}/boot1 ${BOOTS}/boot2
|
||||
|
Loading…
Reference in New Issue
Block a user