Plan 9 from Bell Labs’s /usr/web/sources/contrib/nemo/octopus/port/mkfile

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


# top-level mkfile

DIRS=\
	lib\
	ofs\
	mux\
	mero\
	live\
	../MacOSX\
	../Plan9\

TARG=\
	oxport.dis\
	plumbing.dis\
	voice.dis\
	spool.dis\
	ports.dis\
	watcher.dis\
	lmount.dis\
	termrc\
	pcrc\
	newterm\
	pcns\
	ons\

SYSMODULES=\
	error.m\
	mvoice.m\
	netget.m\
	netutil.m\
	op.m\
	opmux.m\
	os.m\
	query.m\
	spooler.m\
	tbl.m\

MODULES=\

DISBIN=/dis/o

<mkdis

all:V:	all-subdir
install:V: install-subdir
uninstall:V: uninstall-subdir
nuke:V: nuke-subdir
clean:V: clean-subdir

%-subdir:QV:
	d=`{pwd}
	for j in $DIRS { cd $d/$j; pwd ; mk $MKFLAGS $stem }
 	cd $d

$DISBIN/termrc: termrc
	cp termrc $DISBIN
$DISBIN/pcrc: pcrc
	cp pcrc $DISBIN
$DISBIN/newterm: newterm
	cp newterm $DISBIN
$DISBIN/pcns: pcns
	cp pcns $DISBIN
$DISBIN/ons: ons
	cp ons $DISBIN

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.