updating bsd patch, moving it back to usr.bin

Change-Id: Ibc356c932693729ebf86cc4cc51aeca65163af9b
This commit is contained in:
2014-02-19 17:10:34 +01:00
parent 18e90974b2
commit 757e83288a
16 changed files with 62 additions and 160 deletions

8
usr.bin/patch/Makefile Normal file
View File

@@ -0,0 +1,8 @@
# $NetBSD: Makefile,v 1.9 2008/09/19 18:33:34 joerg Exp $
# $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
# $DragonFly: src/usr.bin/patch/Makefile,v 1.8 2008/08/10 23:50:12 joerg Exp $
PROG= patch
SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c
.include <bsd.prog.mk>