]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - gnu/usr.bin/patch/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>