diff options
Diffstat (limited to 'mit-pthreads/string/GNUmakefile.inc')
-rwxr-xr-x | mit-pthreads/string/GNUmakefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mit-pthreads/string/GNUmakefile.inc b/mit-pthreads/string/GNUmakefile.inc new file mode 100755 index 00000000000..f3994d31479 --- /dev/null +++ b/mit-pthreads/string/GNUmakefile.inc @@ -0,0 +1,7 @@ +# from: @(#)Makefile.inc 5.21 (Berkeley) 5/24/91 +# $Id$ + +# gen sources +VPATH:= ${VPATH}:${srcdir}/string + +SRCS:= strtok.c $(SRCS) |