Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/src/cmd/notify/mkfile

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


</$objtype/mkfile

TARG=\
	awin\
	biff \

RCTARG=\
	readfile\
	wall\

BIN=/$objtype/bin/notify
MAN=/sys/man/1

DISTFILES=\
	`{ls *.[ch]}\
	$RCTARG\
	notify.1\
	mkfile\

DISTTARGS=\
	/n/sources/contrib/anothy/src/cmd/notify\
	/n/9srv/usr/a/src/cmd/notify\

default:V: all

dist:V:
	for (i in $DISTTARGS)
		cp $DISTFILES $i

</sys/src/cmd/mkmany

install:V:
	for (i in $TARG)
		mk $MKFLAGS $i.install
	cp $RCTARG $BIN # No union /bin

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.