diff options
author | rsc <devnull@localhost> | 2003-11-23 18:22:36 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-11-23 18:22:36 +0000 |
commit | 99947423b136903263513b9022aab6586c8c6cc5 (patch) | |
tree | 63199050438d67e1462348e86dc740bac5ddf4c3 /src/libip | |
parent | db6608bd819d10cc2ddb57d18054d62d4ca15596 (diff) | |
download | plan9port-99947423b136903263513b9022aab6586c8c6cc5.tar.gz plan9port-99947423b136903263513b9022aab6586c8c6cc5.tar.bz2 plan9port-99947423b136903263513b9022aab6586c8c6cc5.zip |
make -> mk
Diffstat (limited to 'src/libip')
-rw-r--r-- | src/libip/mkfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libip/mkfile b/src/libip/mkfile new file mode 100644 index 00000000..b8330d85 --- /dev/null +++ b/src/libip/mkfile @@ -0,0 +1,20 @@ +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 |