taskqueue_create() should use M_INTWAIT rather then M_NOWAIT.
[dragonfly.git] / usr.bin / checknr / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2
3 PROG=   checknr
4 CFLAGS+=-Wall
5
6 .include <bsd.prog.mk>