Plan 9 from Bell Labs’s /usr/web/sources/contrib/rog/infauth/unpacked/appl/authsrc/mkfile

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


<../../mkconfig

TARG=\
	9cpu.dis\
	9win.dis\
	authcvt.dis\
	cpu.dis\
	crypt.dis\
	getauthinfo.dis\
	fdrun.dis\
	iauth.dis\
	ilisten.dis\
	imount.dis\
	winsrv.dis\
	genlogon.dis\
	remotesh.dis\

INS=\
	$ROOT/dis/9cpu.dis\
	$ROOT/dis/9win.dis\
	$ROOT/dis/authcvt.dis\
	$ROOT/dis/cpu.dis\
	$ROOT/dis/crypt.dis\
	$ROOT/dis/getauthinfo.dis\
	$ROOT/dis/ilisten.dis\
	$ROOT/dis/imount.dis\
	$ROOT/dis/winsrv.dis\
	$ROOT/dis/lib/fdrun.dis\
	$ROOT/dis/lib/iauth.dis\
	$ROOT/dis/wm/genlogon.dis\
	$ROOT/dis/wm/remotesh.dis\

DISBIN=$ROOT/dis
<$ROOT/mkfiles/mkdis

all:V: $TARG

install:V: $INS

nuke:V: clean
	rm -f $INS

clean:V:
	rm -f $TARG ${TARG:%.dis=%.sbl}

$ROOT/dis/lib/&.dis: &.dis
	rm -f $ROOT/dis/$stem.dis && cp $stem.dis $target

$ROOT/dis/wm/&.dis: &.dis
	rm -f $ROOT/dis/$stem.dis && cp $stem.dis $target

uninstall:V:
	rm -f $INS

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.