diff options
author | rsc <devnull@localhost> | 2005-12-31 19:50:32 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-12-31 19:50:32 +0000 |
commit | 51b2002482faac9a8d4a8ebde27562ff64cd55fd (patch) | |
tree | c15cfbc1b4e694ab095477abd94c0893d5cf2c7b /src/libip/mkfile | |
parent | 07683d0ef7798fdf4289ad1f9496a824f4178362 (diff) | |
download | plan9port-51b2002482faac9a8d4a8ebde27562ff64cd55fd.tar.gz plan9port-51b2002482faac9a8d4a8ebde27562ff64cd55fd.tar.bz2 plan9port-51b2002482faac9a8d4a8ebde27562ff64cd55fd.zip |
freebsd
Diffstat (limited to 'src/libip/mkfile')
-rw-r--r-- | src/libip/mkfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libip/mkfile b/src/libip/mkfile index 35399d71..6f8ad2f8 100644 --- a/src/libip/mkfile +++ b/src/libip/mkfile @@ -18,3 +18,8 @@ HFILES=\ ip.h <$PLAN9/src/mksyslib + +testreadipifc: testreadipifc.o $LIBDIR/$LIB + $LD -o testreadipifc testreadipifc.o + + |