mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Switch to contrib version
This commit is contained in:
parent
e4b6c3604e
commit
53d4d0e441
1 changed files with 12 additions and 5 deletions
|
|
@ -1,9 +1,16 @@
|
|||
# $Id: Makefile,v 1.7 1997/02/22 15:45:24 peter Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../../contrib/diff
|
||||
|
||||
PROG= sdiff
|
||||
SRCS= sdiff.c getopt.c getopt1.c version.c
|
||||
CFLAGS+= -I$(.CURDIR)/../diff -DHAVE_CONFIG_H \
|
||||
-DDIFF_PROGRAM=\"/usr/bin/diff\"
|
||||
.PATH: $(.CURDIR)/../diff
|
||||
MAN= sdiff.1
|
||||
|
||||
# Important for ctype macros!
|
||||
CFLAGS+=-funsigned-char
|
||||
|
||||
CFLAGS+=-I${.CURDIR}/../../../contrib/diff
|
||||
CFLAGS+=-DHAVE_CONFIG_H
|
||||
CFLAGS+=-DDIFF_PROGRAM=\"/usr/bin/diff\"
|
||||
CFLAGS+=-DDEFAULT_EDITOR_PROGRAM=\"/usr/bin/vi\"
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.PATH: $(.CURDIR)/../diff
|
||||
|
|
|
|||
Loading…
Reference in a new issue