xref: /minix3/usr.bin/patch/Makefile (revision 757e83288ac54fa2d663d17e4a302156fdb3650a)
1*757e8328SLionel Sambuc#	$NetBSD: Makefile,v 1.9 2008/09/19 18:33:34 joerg Exp $
2*757e8328SLionel Sambuc#	$OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
3*757e8328SLionel Sambuc#	$DragonFly: src/usr.bin/patch/Makefile,v 1.8 2008/08/10 23:50:12 joerg Exp $
4*757e8328SLionel Sambuc
5*757e8328SLionel SambucPROG=	patch
6*757e8328SLionel SambucSRCS=	patch.c pch.c inp.c util.c backupfile.c mkpath.c
7*757e8328SLionel Sambuc
8*757e8328SLionel Sambuc.include <bsd.prog.mk>
9