diff options
author | wkj <devnull@localhost> | 2004-06-17 03:18:40 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2004-06-17 03:18:40 +0000 |
commit | e7588227e6af76943c91edba92a5d288a5b0b931 (patch) | |
tree | 91659425013541b1cf17ddfdc50fabe3cf428ab6 | |
parent | 8e3520dc00735f21708ca8ff78e3e0471ae1ed60 (diff) | |
download | plan9port-e7588227e6af76943c91edba92a5d288a5b0b931.tar.gz plan9port-e7588227e6af76943c91edba92a5d288a5b0b931.tar.bz2 plan9port-e7588227e6af76943c91edba92a5d288a5b0b931.zip |
Need to compile strdup.c; this script probably ought to be generated.
-rw-r--r-- | src/mkmk.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mkmk.sh b/src/mkmk.sh index 37c43926..7d6b8657 100644 --- a/src/mkmk.sh +++ b/src/mkmk.sh @@ -72,6 +72,7 @@ cd lib9 9c seek.c 9c sendfd.c 9c sleep.c +9c strdup.c 9c strecpy.c 9c sysfatal.c 9c sysname.c |