commit ba3de3806066744cd57b0d2829255d9990a8afe7
parent 834469a3a42bdad234267fc3a7d380e9396b0871
Author: rsc <devnull@localhost>
Date: Tue, 4 Jan 2005 22:19:58 +0000
no need for disk or scsi
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/libdisk/mkfile b/src/libdisk/mkfile
@@ -1,18 +1,11 @@
<$PLAN9/src/mkhdr
OFILES=\
- disk.$O\
proto.$O\
- scsi.$O\
HFILES=$PLAN9/include/disk.h
LIB=libdisk.a
-UPDATE=\
- mkfile\
- $HFILES\
- ${OFILES:%.$O=%.c}\
-
<$PLAN9/src/mksyslib
$O.test: test.$O $LIB