diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2023-11-14 22:25:24 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2024-02-05 20:34:55 +0000 |
| commit | 31a46e2cc84d7ebfc25ce5a33e54681057e9ed9a (patch) | |
| tree | 1a981b5b613f833a45447445176e52d04063e674 /lib/libsys/amd64 | |
| parent | 19149b03b1b5ae3134a58bb6baafef07888181a5 (diff) | |
Diffstat (limited to 'lib/libsys/amd64')
| -rw-r--r-- | lib/libsys/amd64/Makefile.sys | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libsys/amd64/Makefile.sys b/lib/libsys/amd64/Makefile.sys new file mode 100644 index 000000000000..d4a767c90a5f --- /dev/null +++ b/lib/libsys/amd64/Makefile.sys @@ -0,0 +1,7 @@ +SRCS+= \ + amd64_get_fsbase.c \ + amd64_get_gsbase.c \ + amd64_set_fsbase.c \ + amd64_set_gsbase.c + +MDASM= vfork.S cerror.S getcontext.S |
