12 lines
322 B
Makefile
12 lines
322 B
Makefile
# $NetBSD: Makefile,v 1.10 1999/07/30 04:07:26 mycroft Exp $
|
|
|
|
PROG= sdiff
|
|
SRCS= sdiff.c getopt.c getopt1.c version.c
|
|
CPPFLAGS+= -I${.CURDIR}/../diff -I${DIST}/diffutils \
|
|
-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"
|
|
|
|
DIST= ${.CURDIR}/../../dist
|
|
.PATH: ${.CURDIR}/../diff ${DIST}/diffutils
|
|
|
|
.include <bsd.prog.mk>
|