Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/upas/misc/mkfile

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


RCFILES=mail\
	go.fishing\

all:VQ:
	;

installall:VQ:	install
	;

install:V: mail go.fishing gone.msg gone.fishing
	cp mail go.fishing /rc/bin
	cp gone.msg gone.fishing /mail/lib

safeinstall:V: install

safeinstallall:V: install

clean:VQ:
	;
nuke:V:
	;	# rm /rc/bin/^(mail gone.fishing)

UPDATE=\
	go.fishing\
	gone.fishing\
	gone.msg\
	mail\
	mkfile\
	namefiles\
	qmail\
	remotemail\
	rewrite\

update:V:
	update $UPDATEFLAGS $UPDATE

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.