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-vt/sys/src/cmd/upas/alias/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
TARG=aliasmail
4
 
5
OFILES=aliasmail.$O\
6
 
7
LIB=../common/libcommon.a$O\
8
 
9
HFILES=../common/common.h\
10
	 ../common/sys.h\
11
 
12
 
13
BIN=/$objtype/bin/upas
14
 
15
UPDATE=\
16
	mkfile\
17
	$HFILES\
18
	${OFILES:%.$O=%.c}\
19
 
20
</sys/src/cmd/mkone
21
CFLAGS=$CFLAGS -I../common