diff options
author | Ian Moffett <ian@osmora.org> | 2024-04-24 23:38:14 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-04-24 23:51:12 -0400 |
commit | 3c50e6cf145ef8e9d661a80d40e85bceefca7dfa (patch) | |
tree | 9bd297dd65ab5f48282d852cb24cdd1e7c99c66c /Makefile.in | |
parent | 39cc8bb40aa5c3c592354e34b8298eaac8ef63ff (diff) |
build: Export some sys/*.h headers
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index eb53811..331554d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -92,6 +92,7 @@ base: .PHONY: lib lib: + bash tools/sysexport cd lib/; make $(USER_MKFLGS) cp lib/libc/build/libc.a base/usr/lib/ |