diff options
-rw-r--r-- | dist/mkfile | 2 | ||||
-rw-r--r-- | unix/mkfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/mkfile b/dist/mkfile index 28cf31ce..06bdbb33 100644 --- a/dist/mkfile +++ b/dist/mkfile @@ -1,4 +1,4 @@ -MKSHELL=rc +MKSHELL=$PLAN9/bin/rc check.out:V: cd ../man; mk indices diff --git a/unix/mkfile b/unix/mkfile index 5d5983b6..3d9d35a2 100644 --- a/unix/mkfile +++ b/unix/mkfile @@ -1,4 +1,4 @@ -MKSHELL=rc +MKSHELL=$PLAN9/bin/rc new-%:V: t=$stem if(! ~ $t utf fmt bio regexp mk){ |