]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/patch/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>