LINUX: Avoid building rand-fortuna-kernel.o
[openafs.git] / src / libafs / MakefileProto.OBSD.in
index ba9057c..69871cc 100644 (file)
@@ -16,7 +16,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
 # System specific build commands and flags
 KSRC = @BSD_KERNEL_PATH@
-KFLAGS= -Wall -march=i486 -fno-builtin-printf -fno-builtin-log -nostdinc
+KFLAGS= -Wall -march=i486 -fno-builtin-printf -fno-builtin-log -fno-builtin-malloc -nostdinc
 <i386_obsd33>
 KFLAGS+= -fno-stack-protector
 <all>
@@ -36,6 +36,7 @@ KOBJ = MODLOAD
 
 # OS specific object files:
 AFS_OS_OBJS = \
+       osi_crypto.o \
        osi_gcpags.o \
        osi_groups.o \
        osi_file.o \
@@ -43,7 +44,8 @@ AFS_OS_OBJS = \
        osi_sleep.o \
        osi_vcache.o \
        osi_vm.o \
-       osi_vnodeops.o
+       osi_vnodeops.o \
+       rand-fortuna-kernel.o
 
 #AFS_OS_NFSOBJS = osi_vfsops_nfs.o