Include kern_prot.c for setuid etc.

This commit is contained in:
pooka 2010-08-30 09:44:40 +00:00
parent 64cced98e7
commit e731bd97ef
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.rumpkern,v 1.94 2010/08/30 09:44:11 pooka Exp $ # $NetBSD: Makefile.rumpkern,v 1.95 2010/08/30 09:44:40 pooka Exp $
# #
.include "${RUMPTOP}/Makefile.rump" .include "${RUMPTOP}/Makefile.rump"
@ -59,6 +59,7 @@ SRCS+= init_sysctl_base.c \
kern_mutex_obj.c \ kern_mutex_obj.c \
kern_ntptime.c \ kern_ntptime.c \
kern_proc.c \ kern_proc.c \
kern_prot.c \
kern_rate.c \ kern_rate.c \
kern_resource.c \ kern_resource.c \
kern_stub.c \ kern_stub.c \