diff3: Move to own package
diff3 is the last remaining GPL-licensed userland component. Move it to its own package, so that it may be excluded if desired. Reviewed by: ivy Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52810
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
PACKAGE= diff3
|
||||
|
||||
DIFFSRC=${SRCTOP}/contrib/diff/src
|
||||
.PATH: ${DIFFSRC} \
|
||||
${SRCTOP}/contrib/diff/lib \
|
||||
${SRCTOP}/contrib/diff/man
|
||||
|
||||
PROG= diff3
|
||||
SRCS= diff3.c version-etc.c \
|
||||
xmalloc.c error.c c-stack.c exitfail.c cmpbuf.c
|
||||
|
||||
Reference in New Issue
Block a user