aboutsummaryrefslogtreecommitdiffstats
path: root/patch_cmds/patch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'patch_cmds/patch/Makefile')
-rw-r--r--patch_cmds/patch/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/patch_cmds/patch/Makefile b/patch_cmds/patch/Makefile
index d7071a4..ec33186 100644
--- a/patch_cmds/patch/Makefile
+++ b/patch_cmds/patch/Makefile
@@ -1,6 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
-
PROG= patch
-SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c
+SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
.include <bsd.prog.mk>