aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/nfs/mkfile
blob: a8f2d8e64b397ee17303a700e3a50f9c4d1abe3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<$PLAN9/src/mkhdr

TARG=mailfs

OFILES=\
	box.$O\
	decode.$O\
	fs.$O\
	imap.$O\
	main.$O\
	sx.$O\
	thread.$O\
	util.$O\

HFILES=a.h box.h imap.h sx.h

<$PLAN9/src/mkone

imap.$O: imap.c
	$CC $CFLAGS -DPLAN9_TARGET=\"$PLAN9_TARGET\" imap.c