diff options
Diffstat (limited to 'lib/libthr/sys/Makefile.inc')
-rw-r--r-- | lib/libthr/sys/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libthr/sys/Makefile.inc b/lib/libthr/sys/Makefile.inc new file mode 100644 index 0000000..70c6dda --- /dev/null +++ b/lib/libthr/sys/Makefile.inc @@ -0,0 +1,5 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/sys + +SRCS+= thr_error.c |