diff options
author | Jakob Kaivo <jkk@ung.org> | 2024-01-31 00:54:21 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2024-01-31 00:54:21 -0500 |
commit | d2b6b441366cb56785a92694e19a084642c1c99e (patch) | |
tree | d8b4c542a31f6d0c7e534ec4a08837e3a0bb0652 /mk/xopen-400.libs | |
parent | 54c81c3b7f90a576135c46ded5328e6b34ad1deb (diff) |
update makefiles to simplify supersets
Diffstat (limited to 'mk/xopen-400.libs')
-rw-r--r-- | mk/xopen-400.libs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mk/xopen-400.libs b/mk/xopen-400.libs new file mode 100644 index 00000000..6c9e0d46 --- /dev/null +++ b/mk/xopen-400.libs @@ -0,0 +1,5 @@ +.POSIX: + +include mk/xopen-4.libs + +libc.a: libc_XOPEN.400 |