diff options
Diffstat (limited to 'mit-pthreads/string/Makefile.inc')
-rw-r--r-- | mit-pthreads/string/Makefile.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mit-pthreads/string/Makefile.inc b/mit-pthreads/string/Makefile.inc new file mode 100644 index 00000000000..4a5536bac4a --- /dev/null +++ b/mit-pthreads/string/Makefile.inc @@ -0,0 +1,8 @@ +# from: @(#)Makefile.inc 5.21 (Berkeley) 5/24/91 +# $Id$ + +# string sources +.PATH: ${srcdir}/string + +SRCS+= strtok.c + |