Home | History | Annotate | Line # | Download | only in libpthread
Makefile revision 1.1
      1 #	from: @(#)Makefile	5.2 (Berkeley) 3/5/91
      2 
      3 LIB=pthread
      4 INSTALL_PIC_ARCHIVE= no
      5 CPPFLAGS+= -g -DPTHREAD_KERNEL -I${.CURDIR}/include -I${.CURDIR}/arch/${MACHINE}
      6 CFLAGS+= ${CPPFLAGS}
      7 
      8 .include "${.CURDIR}/arch/${MACHINE}/Makefile.inc"
      9 .include "${.CURDIR}/pthreads/Makefile.inc"
     10 	
     11 .include <bsd.lib.mk>
     12 
     13