add kqueue subdir, commented out for now
This commit is contained in:
parent
28c37e673e
commit
ab5d2d743d
|
@ -1,6 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.17 2002/09/16 21:08:28 gmcgarry Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2002/10/03 07:51:10 jdolecek Exp $
|
||||
|
||||
SUBDIR+= execve extent getcwd ipf lock lockf pipe ras \
|
||||
sigtramp sysvmsg sysvsem sysvshm unfdpass writev
|
||||
|
||||
# disabled for now, needs kqueue libc + headers
|
||||
# SUBDIR+= kqueue
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
Loading…
Reference in New Issue