]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - gnu/usr.bin/patch/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / gnu / usr.bin / patch / Makefile
1 # $FreeBSD$
2
3 PROG=   patch
4 SRCS=   backupfile.c inp.c patch.c pch.c util.c version.c
5 CFLAGS+=-DHAVE_CONFIG_H
6
7 .include <bsd.prog.mk>