mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
28 lines
350 B
Makefile
28 lines
350 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: BSD.c
|
|
|
|
testreadipifc: testreadipifc.o $LIBDIR/$LIB
|
|
$LD -o testreadipifc testreadipifc.o
|
|
|
|
|