Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/src/cmd/srch/mkfile

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


</$objtype/mkfile

TARG=xid
OFILES=xid.$O
BIN=/$objtype/bin
</sys/src/cmd/mkone

install:
	cp srch.rc /rc/bin/srch
	cp srch.man /sys/man/1/srch

xid.c: xid.l
	lex -9 xid.l
	mv lex.yy.c xid.c

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.