summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-10-15 14:57:33 -0400
committerIan Moffett <ian@osmora.org>2025-10-15 14:57:48 -0400
commit13404c241642fa20885cc806bc833d0ee84ae611 (patch)
tree66edb8e92544db8d07fc954d7760a14059e1109c /src/Makefile
parent4290e4d6aa07c428cb89a722f34764620a47d64a (diff)
data: Add initial user creds
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index aacde54..dc4e719 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -46,6 +46,7 @@ root:
mkdir -p sys/target/header/
rsync -av sys/include/arch/$(TARGET)/ sys/target/header/machine/
rsync -av sys/np/sample/*.np $(SYSROOT)/boot/np/
+ rsync -avr data/ucred/ root/ucred
.PHONY: sysroot
image: