Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
28 lines
363 B
Makefile
28 lines
363 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
LIB=libip.a
|
|
OFILES=\
|
|
bo.$O\
|
|
classmask.$O\
|
|
eipfmt.$O\
|
|
freeipifc.$O\
|
|
ipaux.$O\
|
|
myetheraddr.$O\
|
|
myipaddr.$O\
|
|
parseether.$O\
|
|
parseip.$O\
|
|
ptclbsum.$O\
|
|
udp.$O\
|
|
$SYSNAME.$O\
|
|
|
|
HFILES=\
|
|
ip.h
|
|
|
|
<$PLAN9/src/mksyslib
|
|
|
|
Darwin.$O FreeBSD.$O DragonFly.$O: BSD.c
|
|
|
|
testreadipifc: testreadipifc.o $LIBDIR/$LIB
|
|
$LD -o testreadipifc testreadipifc.o
|
|
|
|
|