mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Switch to contrib version
This commit is contained in:
parent
cd56389a5d
commit
e4b6c3604e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30843
@ -1,8 +1,15 @@
|
||||
# $Id: Makefile,v 1.7 1997/02/22 15:45:24 peter Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../../contrib/diff
|
||||
|
||||
PROG= diff3
|
||||
SRCS= diff3.c getopt.c getopt1.c version.c
|
||||
CFLAGS+= -I$(.CURDIR)/../diff -DHAVE_CONFIG_H \
|
||||
-DDIFF_PROGRAM=\"/usr/bin/diff\"
|
||||
MAN= diff3.1
|
||||
|
||||
# Important for ctype macros!
|
||||
CFLAGS+=-funsigned-char
|
||||
|
||||
CFLAGS+=-I${.CURDIR}/../../../contrib/diff
|
||||
CFLAGS+=-DHAVE_CONFIG_H
|
||||
CFLAGS+=-DDIFF_PROGRAM=\"/usr/bin/diff\"
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.PATH: $(.CURDIR)/../diff
|
||||
|
Loading…
Reference in New Issue
Block a user