diff options
author | rsc <devnull@localhost> | 2004-04-21 05:42:46 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-21 05:42:46 +0000 |
commit | 65f5492fb4812844891210b5410d9bd4832ad74f (patch) | |
tree | 8c066d09f3ed99466b8d81f7e0673bc6e1dc588b /src/libmp | |
parent | a25e7f2fd5503b46abd4e6f67f4f24f734931ee3 (diff) | |
download | plan9port-65f5492fb4812844891210b5410d9bd4832ad74f.tar.gz plan9port-65f5492fb4812844891210b5410d9bd4832ad74f.tar.bz2 plan9port-65f5492fb4812844891210b5410d9bd4832ad74f.zip |
maybe this will work.
Diffstat (limited to 'src/libmp')
-rw-r--r-- | src/libmp/power/mkfile | 4 | ||||
-rw-r--r-- | src/libmp/sparc/mkfile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/libmp/power/mkfile b/src/libmp/power/mkfile new file mode 100644 index 00000000..43a4662b --- /dev/null +++ b/src/libmp/power/mkfile @@ -0,0 +1,4 @@ +all: + +%:V: + # nothing to see here diff --git a/src/libmp/sparc/mkfile b/src/libmp/sparc/mkfile new file mode 100644 index 00000000..43a4662b --- /dev/null +++ b/src/libmp/sparc/mkfile @@ -0,0 +1,4 @@ +all: + +%:V: + # nothing to see here |