From 0ffc27529d2c7ca6ee9effc3d7b9992202957586 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 30 Apr 1995 22:51:05 +0000 Subject: Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning). Get the CHS's right. Get the disklabels (more) right. --- lib/libdisk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libdisk/Makefile') diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 0bd35b0..a1d03db 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -25,10 +25,11 @@ data.o: file2c 'const unsigned char boot2[] = {' '};' \ < ${BOOTS}/boot2 >> tmp.c cc ${CFLAGS} -o data.o -c tmp.c + rm -f tmp.c tst01: ${OBJS} #cc ${CFLAGS} -DREADLINE -static -o tst01 ${OBJS} -lreadline -ltermcap cc ${CFLAGS} -static -o tst01 ${OBJS} clean: - rm -f *.o *.core tst01 + rm -f *.o *.core tst01 tmp.c -- cgit v1.1