blob: 176ee85a87d1c84b14fde5807ae911183a11eceb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $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>
|