Module Name:    src
Committed By:   pgoyette
Date:           Thu Jan 16 02:21:24 UTC 2014

Modified Files:
        src/sys/rump/dev/lib/libopencrypto: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libopencrypto/Makefile

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

Modified files:

Index: src/sys/rump/dev/lib/libopencrypto/Makefile
diff -u src/sys/rump/dev/lib/libopencrypto/Makefile:1.1 src/sys/rump/dev/lib/libopencrypto/Makefile:1.2
--- src/sys/rump/dev/lib/libopencrypto/Makefile:1.1	Tue Jan 14 17:15:09 2014
+++ src/sys/rump/dev/lib/libopencrypto/Makefile	Thu Jan 16 02:21:24 2014
@@ -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+=	gmac.c
 SRCS+=	zlib.c
 
 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs
-CPPFLAGS+=	-DCOMPAT_50
 
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>

Reply via email to