mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
15 lines
342 B
Makefile
15 lines
342 B
Makefile
# $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
|
|
|
|
# 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>
|