summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-30 22:51:05 +0000
committerphk <phk@FreeBSD.org>1995-04-30 22:51:05 +0000
commit0ffc27529d2c7ca6ee9effc3d7b9992202957586 (patch)
tree52fa95719c11c41eb13898b8e89eb62713ab669f /lib/libdisk/Makefile
parent98983f573b28e96799662ad8c01789ef1ef7c9e7 (diff)
downloadFreeBSD-src-0ffc27529d2c7ca6ee9effc3d7b9992202957586.zip
FreeBSD-src-0ffc27529d2c7ca6ee9effc3d7b9992202957586.tar.gz
Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).
Get the CHS's right. Get the disklabels (more) right.
Diffstat (limited to 'lib/libdisk/Makefile')
-rw-r--r--lib/libdisk/Makefile3
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud