summaryrefslogtreecommitdiff
path: root/usr.bin/patch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/patch/Makefile')
-rw-r--r--usr.bin/patch/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile
deleted file mode 100644
index 9c54a925f50d5..0000000000000
--- a/usr.bin/patch/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# $OpenBSD: Makefile,v 1.3 2003/07/18 02:00:09 deraadt Exp $
-
-PROG= patch
-SRCS= patch.c pch.c inp.c util.c backupfile.c
-
-.include <bsd.prog.mk>