And yet another dependency, this time on mq

This commit is contained in:
pgoyette 2015-10-10 04:59:46 +00:00
parent 9eaaa4f91c
commit 1a36963559
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: netbsd32_mod.c,v 1.7 2015/10/10 04:53:48 pgoyette Exp $ */ /* $NetBSD: netbsd32_mod.c,v 1.8 2015/10/10 04:59:46 pgoyette Exp $ */
/*- /*-
* Copyright (c) 2008 The NetBSD Foundation, Inc. * Copyright (c) 2008 The NetBSD Foundation, Inc.
@ -30,13 +30,13 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.7 2015/10/10 04:53:48 pgoyette Exp $"); __KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.8 2015/10/10 04:59:46 pgoyette Exp $");
#ifdef _KERNEL_OPT #ifdef _KERNEL_OPT
#include "opt_execfmt.h" #include "opt_execfmt.h"
# define DEPS1 "compat,compat_sysv,nfsserver" # define DEPS1 "compat,compat_sysv,nfsserver,mq"
#else #else
# define DEPS1 "compat,compat_sysv,nfsserver,ksem" # define DEPS1 "compat,compat_sysv,nfsserver,mq,ksem"
#endif #endif
#ifndef ELFSIZE #ifndef ELFSIZE