mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
1b135a7805
don't set PLAN9 don't set PLAN9
20 lines
222 B
Makefile
20 lines
222 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
LIB=libip.a
|
|
OFILES=\
|
|
bo.$O\
|
|
classmask.$O\
|
|
eipfmt.$O\
|
|
ipaux.$O\
|
|
myetheraddr.$O\
|
|
myipaddr.$O\
|
|
parseether.$O\
|
|
parseip.$O\
|
|
ptclbsum.$O\
|
|
readipifc.$O\
|
|
udp.$O\
|
|
|
|
HFILES=\
|
|
ip.h
|
|
|
|
<$PLAN9/src/mksyslib
|