Home | History | Annotate | Line # | Download | only in gdiffmk
      1 # $NetBSD: Makefile,v 1.1 2016/01/14 02:41:58 christos Exp $
      2 
      3 DIST_SUBDIR=	contrib/gdiffmk
      4 
      5 .include <bsd.init.mk>
      6 
      7 SCRIPTS=	gdiffmk
      8 MAN=		gdiffmk.1
      9 CLEANFILES=	${SCRIPTS} ${MAN}
     10 
     11 .include <bsd.prog.mk>
     12