diff options
Diffstat (limited to 'usr.bin/patch/Makefile')
-rw-r--r-- | usr.bin/patch/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile new file mode 100644 index 0000000..a5f15c7 --- /dev/null +++ b/usr.bin/patch/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $ +# $FreeBSD$ + +PROG= patch + +SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c + +.include <bsd.prog.mk> |