]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/patch/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / patch / Makefile
1 #       $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
2 # $FreeBSD$
3
4 PROG=   patch
5
6 SRCS=   backupfile.c inp.c mkpath.c patch.c pch.c util.c
7
8 .include <bsd.prog.mk>