diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-21 18:43:25 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-21 18:43:25 +0200 |
commit | 0ce50ebc5750c15e30c6f2d5ba23a0dd329c6c47 (patch) | |
tree | 632820e8f512fb36342f62fcfb92c517089e6e3c /sys/src/cmd/cwfs/portmkfile | |
parent | 501774b0968d59994d5012fab62fa8221d8b7923 (diff) |
cwfs: remove 9p1 support
Diffstat (limited to 'sys/src/cmd/cwfs/portmkfile')
-rw-r--r-- | sys/src/cmd/cwfs/portmkfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/cmd/cwfs/portmkfile b/sys/src/cmd/cwfs/portmkfile index c49e23f22..5c69dbf8f 100644 --- a/sys/src/cmd/cwfs/portmkfile +++ b/sys/src/cmd/cwfs/portmkfile @@ -3,8 +3,6 @@ BIN=/$objtype/bin TARG=cwfs$FS OFILES=\ - 9p1.$O\ - 9p1lib.$O\ 9p2.$O\ auth.$O\ chk.$O\ @@ -33,7 +31,6 @@ HFILES=\ ../32bit.h\ ../64bit.h\ ../64xbit.h\ - ../9p1.h\ ../all.h\ dat.h\ ../io.h\ |