[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / librumpclient

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/librumpclient/Makefile between version 1.3 and 1.4

version 1.3, 2011/02/16 23:45:40 version 1.4, 2011/02/22 14:02:54
Line 2 
Line 2 
 #  #
   
 .PATH:  ${.CURDIR}/../../sys/rump/librump/rumpkern  .PATH:  ${.CURDIR}/../../sys/rump/librump/rumpkern
   NOLINT=         # syscalls are evil
   
 LIB=            rumpclient  LIB=            rumpclient
 USE_SHLIBDIR=   yes  USE_SHLIBDIR=   yes
Line 16  CPPFLAGS+= -DRUMP_CLIENT -I${.CURDIR} -I
Line 17  CPPFLAGS+= -DRUMP_CLIENT -I${.CURDIR} -I
 SRCS=           rumpclient.c  SRCS=           rumpclient.c
 SRCS+=          rump_syscalls.c  SRCS+=          rump_syscalls.c
   
   COPTS.rump_syscalls.c+= -fno-strict-aliasing
   
 .include <bsd.lib.mk>  .include <bsd.lib.mk>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>