diff options
Diffstat (limited to 'gnu/usr.bin/patch/Makefile')
| -rw-r--r-- | gnu/usr.bin/patch/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/patch/Makefile b/gnu/usr.bin/patch/Makefile new file mode 100644 index 000000000000..d614e89235da --- /dev/null +++ b/gnu/usr.bin/patch/Makefile @@ -0,0 +1,6 @@ +PROG= patch +SRCS = backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \ + version.c +CFLAGS += -DHAVE_CONFIG_H +MAN= patch.1 +.include <bsd.prog.mk> |
