Plan 9 from Bell Labs’s /usr/web/sources/wiki/mkfile.inside

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


%: /n/outside/sys/lib/wiki/%
	cp $prereq $target

d:
	;

# don't clobber this mkfile
update:V:
	9fs outside
	cd /n/outside/sys/lib/wiki
	x=(* d/*)
	cd /n/sources/wiki
	for(i in $x)
		if(! ~ $i mkfile && ! test -d /n/outside/sys/lib/wiki/$i)
			mk $i

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.