Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev/lib/libopencrypto Remove explicit definition of...



details:   https://anonhg.NetBSD.org/src/rev/aff89442c3b1
branches:  trunk
changeset: 326025:aff89442c3b1
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 16 02:21:24 2014 +0000

description:
Remove explicit definition of COMPAT_50.  As pointed out by pooka@,
this is already defined in Makefile.rump

diffstat:

 sys/rump/dev/lib/libopencrypto/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 938e49889320 -r aff89442c3b1 sys/rump/dev/lib/libopencrypto/Makefile
--- a/sys/rump/dev/lib/libopencrypto/Makefile   Thu Jan 16 02:20:50 2014 +0000
+++ b/sys/rump/dev/lib/libopencrypto/Makefile   Thu Jan 16 02:21:24 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2014/01/14 17:15:09 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.2 2014/01/16 02:21:24 pgoyette Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../opencrypto
@@ -31,7 +31,6 @@
 SRCS+= zlib.c
 
 CPPFLAGS+=     -I${RUMPTOP}/librump/rumpvfs
-CPPFLAGS+=     -DCOMPAT_50
 
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index