Add GPL-free patch. This is the extended version of Larry Wall's original
[dragonfly.git] / usr.bin / patch / Makefile
1 #       $OpenBSD: Makefile,v 1.3 2003/07/18 02:00:09 deraadt Exp $
2 #       $DragonFly: src/usr.bin/patch/Makefile,v 1.1 2004/09/24 18:44:28 joerg Exp $
3
4 PROG=   patch
5 SRCS=   patch.c pch.c inp.c util.c backupfile.c
6
7 WARNS?= 3
8
9 .include <bsd.prog.mk>