From 174157b2de86ebc61c30c26ed3ef3e06cbd2a6b0 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 30 Dec 1998 13:29:11 +0000 Subject: Transition libdisk to use /boot since what it's looking for (boot1 and boot2) are now there. --- lib/libdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libdisk/Makefile') diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 297a328..c47d303 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -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 -BOOTS=/usr/mdec +BOOTS=/boot .if ${MACHINE_ARCH} == "i386" data.c: ${.CURDIR}/libdisk.h ${BOOTS}/boot1 ${BOOTS}/boot2 -- cgit v1.1