Home | History | Annotate | Line # | Download | only in sdiff
      1 #	$NetBSD: Makefile,v 1.1 2016/01/13 03:39:28 christos Exp $
      2 
      3 .include <bsd.init.mk>
      4 
      5 DIST=		${IDIST}/src
      6 .PATH:		${DIST} ${IDIST}/man
      7 
      8 PROG=		sdiff
      9 SRCS=		sdiff.c version.c
     10 
     11 .include <bsd.prog.mk>
     12