You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-freebsd/freebsd-ubin/files/freebsd-ubin-6.0-bsdcmp.patch

14 lines
413 B

Index: fbsd-6.0/usr.bin/cmp/Makefile
===================================================================
--- fbsd-6.0.orig/usr.bin/cmp/Makefile
+++ fbsd-6.0/usr.bin/cmp/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD: src/usr.bin/cmp/Makefile,v 1.6.14.1 2005/09/17 11:33:41 brian Exp $
-PROG= cmp
+PROG= bsdcmp
SRCS= cmp.c link.c misc.c regular.c special.c
.include <bsd.prog.mk>