Disconnect mqueue from buildworld, as I will implement it in seperated

library.
This commit is contained in:
David Xu 2006-03-01 06:25:46 +00:00
parent 5225f08dc9
commit b8211fabf1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156133

View file

@ -18,7 +18,7 @@
.endif
# Sources common to both syscall interfaces:
SRCS+= ftruncate.c lseek.c mmap.c mq.c pread.c pwrite.c truncate.c __error.c
SRCS+= ftruncate.c lseek.c mmap.c pread.c pwrite.c truncate.c __error.c
# Add machine dependent asm sources:
SRCS+=${MDASM}