Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/src/libauth/mkfile – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
</$objtype/mkfile
2
 
3
LIB=/$objtype/lib/libauth.a
4
OFILES=\
5
	amount.$O\
6
	amount_getkey.$O\
7
	attr.$O\
8
	auth_attr.$O\
9
	auth_challenge.$O\
10
	auth_chuid.$O\
11
	auth_getkey.$O\
12
	auth_getuserpasswd.$O\
13
	auth_proxy.$O\
14
	auth_respond.$O\
15
	auth_rpc.$O\
16
	auth_userpasswd.$O\
17
	auth_wep.$O\
18
	login.$O\
19
	newns.$O\
20
	noworld.$O\
21
 
22
HFILES=\
23
	/sys/include/auth.h\
24
	authlocal.h\
25
 
26
UPDATE=\
27
	mkfile\
28
	$HFILES\
29
	${OFILES:%.$O=%.c}\
30
	${LIB:/$objtype/%=/386/%}\
31
 
32
</sys/src/cmd/mksyslib