aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch/Makefile
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-09-05 03:16:14 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-09-05 03:16:14 +0000
commitb27524973cda910697949980e95ad62e5e4be3d1 (patch)
tree6373d13ba2e9db8c9d5e229c32a4f18b5ca116ff /usr.bin/patch/Makefile
parent58aa4dbf4ad1ceb7373e2ce423ec2b7a47f063be (diff)
Notes
Diffstat (limited to 'usr.bin/patch/Makefile')
-rw-r--r--usr.bin/patch/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile
index a5f15c706a16c..96caa8bb299c0 100644
--- a/usr.bin/patch/Makefile
+++ b/usr.bin/patch/Makefile
@@ -1,8 +1,13 @@
# $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
# $FreeBSD$
+.include <src.opts.mk>
+
PROG= patch
SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
.include <bsd.prog.mk>