summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sdiff/Makefile
blob: b3ae8c02477db6942a2cb8e373c12d59a0f86877 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 1996/08/20 05:14:11 tholo Exp $
#	$NetBSD: Makefile,v 1.6 1995/04/23 07:58:50 cgd Exp $

PROG=		sdiff
SRCS=		sdiff.c getopt.c getopt1.c version.c
CFLAGS+=	-I$(.CURDIR)/../diff \
		-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"

.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../diff