Module Name:    src
Committed By:   riz
Date:           Fri Jan  7 18:24:21 UTC 2011

Modified Files:
        src/usr.bin/ldd/elf64 [netbsd-5]: Makefile

Log Message:
Pull up following revision(s) (requested by veego in ticket #1499):
        usr.bin/ldd/elf64/Makefile: revision 1.4
another bsd.own.mk missing


To generate a diff of this commit:
cvs rdiff -u -r1.4.2.3 -r1.4.2.4 src/usr.bin/ldd/elf64/Makefile

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

Modified files:

Index: src/usr.bin/ldd/elf64/Makefile
diff -u src/usr.bin/ldd/elf64/Makefile:1.4.2.3 src/usr.bin/ldd/elf64/Makefile:1.4.2.4
--- src/usr.bin/ldd/elf64/Makefile:1.4.2.3	Thu Jan  6 05:20:26 2011
+++ src/usr.bin/ldd/elf64/Makefile	Fri Jan  7 18:24:21 2011
@@ -1,4 +1,6 @@
-#	$NetBSD: Makefile,v 1.4.2.3 2011/01/06 05:20:26 riz Exp $
+#	$NetBSD: Makefile,v 1.4.2.4 2011/01/07 18:24:21 riz Exp $
+
+.include <bsd.own.mk>
 
 CPPFLAGS+=	-DELFSIZE=64
 LIB=	ldd_elf64

Reply via email to