Subject: SYSV ipc [was Re: updated snapshot on ftp.netbsd.org]
To: A.Arnold <arnold@zam331.zam.kfa-juelich.de>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-pmax
Date: 03/09/1997 17:15:58
>However, my first build of a NetBSD kernel brings me to my next question ;-)
>I also wanted to have SYSV IPC in the kernel, so I added
>
>options         SYSVMSG
>options         SYSVSEM
>options         SYSVSHM

Even  re-running   `make depend' may not catch all the necessary
dependencies.   Did you build a kernel without sysv IPC first?
If so, I'd use grep to find all references to SYSV in the kernel
source tree, and remove the .o files for all .c files that refer
to SYSV.

Or do
	`make clean; make cleandir; make'
but that  will be much slower.

Otherwise i'm not sure; I don't think I've ever used SYSV IPC myself...

--Jonathan