From 5d69c6a2661bba0a22f3ecfd517e2e9767a38346 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 16 Oct 2020 17:47:01 +0300 Subject: add tools --- usr.bin/patch/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 usr.bin/patch/Makefile (limited to 'usr.bin/patch/Makefile') diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile new file mode 100644 index 0000000..7ff9ec2 --- /dev/null +++ b/usr.bin/patch/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.5 2015/10/16 07:33:47 tobias Exp $ + +PROG= patch +SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c ed.c + +.include -- cgit v1.2.3