Plan 9 from Bell Labs’s /usr/web/sources/contrib/mycroftiv/hubfs/mkfile

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


</$objtype/mkfile

TARG=hubfs\
	hubshell\

BIN=/$objtype/bin

UPDATE=\
	mkfile\
	hubfs.c\
	hubshell.c\

</sys/src/cmd/mkmany

$O.hubfs: hubfs.$O
	$LD -o $target $prereq

$O.hubshell: hubshell.$O
	$LD -o $target $prereq

install:V:
	for (i in $TARG)
		mk $MKFLAGS $i.install
	cp hub /rc/bin/hub
	cp hubfs.man /sys/man/1/hubfs
	cp chat.man /sys/man/1/chat


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to [email protected].