NetBSD/gnu/usr.bin/sdiff/Makefile

12 lines
322 B
Makefile
Raw Normal View History

1999-07-30 08:07:23 +04:00
# $NetBSD: Makefile,v 1.10 1999/07/30 04:07:26 mycroft Exp $
1993-07-09 00:14:33 +04:00
PROG= sdiff
SRCS= sdiff.c getopt.c getopt1.c version.c
CPPFLAGS+= -I${.CURDIR}/../diff -I${DIST}/diffutils \
1993-09-16 21:39:00 +04:00
-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"
DIST= ${.CURDIR}/../../dist
.PATH: ${.CURDIR}/../diff ${DIST}/diffutils
1993-07-09 00:14:33 +04:00
.include <bsd.prog.mk>