diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-22 19:43:47 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-22 19:43:47 +0000 |
commit | 7ea87255935d436ecac33d347d5a750af69c969b (patch) | |
tree | 582778c96fd2f080e0ff3310e45c0596f98dd662 /have | |
parent | 9cd81f93d7e904e67799f3ff0b9ceb8bd23d58d8 (diff) |
sync have/* files
Diffstat (limited to 'have')
-rw-r--r-- | have/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/have/Makefile b/have/Makefile index 9fd19e8..21e75c4 100644 --- a/have/Makefile +++ b/have/Makefile @@ -1,4 +1,5 @@ DISTFILES = Makefile \ + endian_h.c \ err.c \ explicit_bzero.c \ freezero.c \ @@ -25,7 +26,8 @@ DISTFILES = Makefile \ strtonum.c \ tree_h.c \ vasprintf.c \ - vis.c + vis.c \ + wait_any.c all: false |