]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libip/mkfile
nusb: resolve endpoint id conflict with different input and output types
[plan9front.git] / sys / src / libip / mkfile
1 </$objtype/mkfile
2
3 LIB=/$objtype/lib/libip.a
4 OFILES=\
5         eipfmt.$O\
6         equivip.$O\
7         parseip.$O\
8         parseether.$O\
9         myetheraddr.$O\
10         myipaddr.$O\
11         classmask.$O\
12         bo.$O\
13         readipifc.$O\
14         ipaux.$O\
15         ptclbsum.$O\
16
17 HFILES=\
18         /sys/include/ip.h
19
20 UPDATE=\
21         mkfile\
22         $HFILES\
23         ${OFILES:%.$O=%.c}\
24         ${LIB:/$objtype/%=/386/%}\
25
26 </sys/src/cmd/mksyslib