aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/venti/srv/mkfile')
-rw-r--r--src/cmd/venti/srv/mkfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cmd/venti/srv/mkfile b/src/cmd/venti/srv/mkfile
index b11a461a..6a06e3e2 100644
--- a/src/cmd/venti/srv/mkfile
+++ b/src/cmd/venti/srv/mkfile
@@ -55,6 +55,7 @@ TARG=\
checkarenas\
checkindex\
clumpstats\
+ conf\
findscore\
fixarenas\
fmtarenas\
@@ -88,3 +89,11 @@ $SLIB: $LIBOFILES
acid:D: lumpcache.acid
cat $prereq >$target
+$O.conf:D: conf.rc
+ {
+ echo '#!/usr/local/plan9/bin/rc'
+ echo '# THIS FILE IS AUTOMATICALLY GENERATED'
+ echo '# FROM /usr/local/plan9/src/cmd/venti/srv/conf.rc. DO NOT EDIT.'
+ echo
+ sed 1d conf.rc
+ } >$target && chmod +x $target