xref: /netbsd-src/external/gpl2/diffutils/bin/sdiff/Makefile (revision 7330f729ccf0bd976a06f95fad452fe774fc7fd1)
1#	$NetBSD: Makefile,v 1.1 2016/01/13 03:39:28 christos Exp $
2
3.include <bsd.init.mk>
4
5DIST=		${IDIST}/src
6.PATH:		${DIST} ${IDIST}/man
7
8PROG=		sdiff
9SRCS=		sdiff.c version.c
10
11.include <bsd.prog.mk>
12