summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff3/Makefile
blob: b5cc6ed6baa5a4b7a7b03c9a28d124f8c00afb14 (plain)
1
2
3
4
5
6
7

PROG=	diff3
SRCS=	diff3.c
NOMAN=noman
CFLAGS+= -DDIFF_PROGRAM=\"/usr/bin/diff\"

.include <bsd.prog.mk>