From 9684e60aa333602d99d67bf4386e5ea09dd26530 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 29 Apr 1995 07:21:14 +0000 Subject: Names are assigned when chunks are created. Rules for only one fat & one extended in MBR. --- 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 8f55911..4128a29 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -1,11 +1,11 @@ .PATH: /usr/src/sbin/disklabel OBJS= tst01.o blocks.o disklabel.o dkcksum.o chunk.o disk.o change.o \ - create_chunk.o rules.o + create_chunk.o rules.o write_disk.o CFLAGS+= -Wall -g test: tst01 cp tst01 /0 - ./tst01 sd0 + ./tst01 wd1 tst01: ${OBJS} cc ${CFLAGS} -static -o tst01 ${OBJS} -lreadline -ltermcap -- cgit v1.1