diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-04 16:11:48 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-04 16:11:48 +0200 |
commit | 986886f2b8ab4a7e1b3d66e99934d8fdab537be9 (patch) | |
tree | c49e9711e7229a8d12f5b5b0ab38b5bd6c27b711 /sys/src/ape/lib/mp | |
parent | f7703d6971383c39f981f5676a4e28a6371c3997 (diff) |
retire the dec alpha port
Diffstat (limited to 'sys/src/ape/lib/mp')
-rw-r--r-- | sys/src/ape/lib/mp/alpha/mkfile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/src/ape/lib/mp/alpha/mkfile b/sys/src/ape/lib/mp/alpha/mkfile deleted file mode 100644 index 73b43cf84..000000000 --- a/sys/src/ape/lib/mp/alpha/mkfile +++ /dev/null @@ -1,15 +0,0 @@ -APE=/sys/src/ape -<$APE/config - -LIB=/$objtype/lib/ape/libmp.a - -HFILES=\ - /sys/include/ape/mp.h\ - ../../../../libmp/port/dat.h - -OFILES=\ - -UPDATE=mkfile\ - $HFILES\ - -</sys/src/cmd/mksyslib |