summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
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: