mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
20 lines
225 B
Makefile
20 lines
225 B
Makefile
PLAN9=../..
|
|
<$PLAN9/src/mkhdr
|
|
|
|
LIB=libip.a
|
|
OFILES=\
|
|
eipfmt.$O\
|
|
parseip.$O\
|
|
parseether.$O\
|
|
myetheraddr.$O\
|
|
myipaddr.$O\
|
|
classmask.$O\
|
|
bo.$O\
|
|
readipifc.$O\
|
|
ipaux.$O\
|
|
ptclbsum.$O\
|
|
|
|
HFILES=\
|
|
ip.h
|
|
|
|
<$PLAN9/src/mksyslib
|