From 10108759eac2b80c8622ad9c52cca573e81cd98c Mon Sep 17 00:00:00 2001 From: "Samuel J. Greear" Date: Tue, 4 Jan 2011 15:53:39 +0000 Subject: [PATCH] platform - Allow building without COMPAT_DF12 --- sys/platform/pc32/conf/files | 4 ++-- sys/platform/vkernel/conf/files | 4 ++-- sys/platform/vkernel64/conf/files | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/platform/pc32/conf/files b/sys/platform/pc32/conf/files index 30a801fed3..59c98e6568 100644 --- a/sys/platform/pc32/conf/files +++ b/sys/platform/pc32/conf/files @@ -39,8 +39,8 @@ hptmvraid.o optional hptmv \ compile-with "uudecode < $S/dev/raid/hptmv/i386-elf.raid.o.uu" \ no-implicit-rule # -emulation/dragonfly12/dfbsd12_getdirentries.c nonoptional compat_df12 -emulation/dragonfly12/dfbsd12_stat.c nonoptional compat_df12 +emulation/dragonfly12/dfbsd12_getdirentries.c optional compat_df12 +emulation/dragonfly12/dfbsd12_stat.c optional compat_df12 # emulation/linux/linux_emuldata.c optional compat_linux emulation/linux/linux_epoll.c optional compat_linux diff --git a/sys/platform/vkernel/conf/files b/sys/platform/vkernel/conf/files index 4ed0c718a3..903eb20699 100644 --- a/sys/platform/vkernel/conf/files +++ b/sys/platform/vkernel/conf/files @@ -18,8 +18,8 @@ bf_enc.o optional crypto \ crypto/des/arch/i386/des_enc.S optional crypto crypto/des/des_ecb.c optional crypto crypto/des/des_setkey.c optional crypto -emulation/dragonfly12/dfbsd12_getdirentries.c nonoptional compat_df12 -emulation/dragonfly12/dfbsd12_stat.c nonoptional compat_df12 +emulation/dragonfly12/dfbsd12_getdirentries.c optional compat_df12 +emulation/dragonfly12/dfbsd12_stat.c optional compat_df12 emulation/linux/i386/linprocfs/linprocfs_misc.c optional linprocfs emulation/linux/i386/linprocfs/linprocfs_subr.c optional linprocfs emulation/linux/i386/linprocfs/linprocfs_vfsops.c optional linprocfs diff --git a/sys/platform/vkernel64/conf/files b/sys/platform/vkernel64/conf/files index 4782990ac3..abcf4c6cc4 100644 --- a/sys/platform/vkernel64/conf/files +++ b/sys/platform/vkernel64/conf/files @@ -3,8 +3,8 @@ # # $DragonFly: src/sys/platform/vkernel/conf/files,v 1.21 2008/03/20 02:14:52 dillon Exp $ # -emulation/dragonfly12/dfbsd12_getdirentries.c nonoptional compat_df12 -emulation/dragonfly12/dfbsd12_stat.c nonoptional compat_df12 +emulation/dragonfly12/dfbsd12_getdirentries.c optional compat_df12 +emulation/dragonfly12/dfbsd12_stat.c optional compat_df12 vfs/smbfs/smbfs_io.c optional smbfs vfs/smbfs/smbfs_node.c optional smbfs vfs/smbfs/smbfs_smb.c optional smbfs -- 2.41.0