add kqueue subdir, commented out for now

This commit is contained in:
jdolecek 2002-10-03 07:51:10 +00:00
parent 28c37e673e
commit ab5d2d743d
1 changed files with 4 additions and 1 deletions

View File

@ -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>