Add two tunables to run netisr and udp_thread without mplock, so experiment
[dfdiff.git] / gnu / usr.bin / sort / Makefile
blob73d919cf5eb91a1c97d6374d8702c8f58539c84b
1 PROG= sort
2 SRCS= sort.c error.c version.c long-options.c getopt.c getopt1.c xstrtod.c
4 CFLAGS+=-I${.CURDIR} -DHAVE_CONFIG_H
6 .include <bsd.prog.mk>