diff options
Diffstat (limited to 'lib/libthr/thread/Makefile.inc')
-rw-r--r-- | lib/libthr/thread/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libthr/thread/Makefile.inc b/lib/libthr/thread/Makefile.inc index 34b881a69637..c7442284bd51 100644 --- a/lib/libthr/thread/Makefile.inc +++ b/lib/libthr/thread/Makefile.inc @@ -1,5 +1,3 @@ -# $FreeBSD$ - # thr sources .PATH: ${.CURDIR}/thread @@ -48,6 +46,7 @@ SRCS+= \ thr_setprio.c \ thr_setschedparam.c \ thr_sig.c \ + thr_sigqueue.c \ thr_single_np.c \ thr_sleepq.c \ thr_spec.c \ |