Deleted Added
full compact
Makefile (275024) Makefile (298107)
1# $FreeBSD: head/lib/libstdthreads/Makefile 275024 2014-11-25 11:07:26Z bapt $
1# $FreeBSD: head/lib/libstdthreads/Makefile 298107 2016-04-16 07:45:30Z gjb $
2
2
3PACKAGE=lib${LIB}
3LIB= stdthreads
4SHLIB_MAJOR= 0
5
6INCS= threads.h
7SRCS= threads.h call_once.c cnd.c mtx.c thrd.c tss.c
8
9MAN= thrd_create.3
10MLINKS= thrd_create.3 call_once.3 \

--- 30 unchanged lines hidden ---
4LIB= stdthreads
5SHLIB_MAJOR= 0
6
7INCS= threads.h
8SRCS= threads.h call_once.c cnd.c mtx.c thrd.c tss.c
9
10MAN= thrd_create.3
11MLINKS= thrd_create.3 call_once.3 \

--- 30 unchanged lines hidden ---