diff options
author | rsc <devnull@localhost> | 2005-12-31 19:33:03 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-12-31 19:33:03 +0000 |
commit | 9aec88f29cf8145f887f31a4bfc7299f723b72e8 (patch) | |
tree | 9adf1d233e7e947a506539efe2bbcaefd96853f4 /src/libip/mkfile | |
parent | 9fe7e1a14c84bddc7bb0ec16ce23f44b5479ce94 (diff) | |
download | plan9port-9aec88f29cf8145f887f31a4bfc7299f723b72e8.tar.gz plan9port-9aec88f29cf8145f887f31a4bfc7299f723b72e8.tar.bz2 plan9port-9aec88f29cf8145f887f31a4bfc7299f723b72e8.zip |
new
Diffstat (limited to 'src/libip/mkfile')
-rw-r--r-- | src/libip/mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libip/mkfile b/src/libip/mkfile index 98496738..35399d71 100644 --- a/src/libip/mkfile +++ b/src/libip/mkfile @@ -5,14 +5,14 @@ OFILES=\ bo.$O\ classmask.$O\ eipfmt.$O\ + freeipifc.$O\ ipaux.$O\ - myetheraddr.$O\ myipaddr.$O\ parseether.$O\ parseip.$O\ ptclbsum.$O\ - readipifc.$O\ udp.$O\ + $SYSNAME.$O\ HFILES=\ ip.h |