diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/diff/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/diff/Makefile b/usr.bin/diff/Makefile new file mode 100644 index 00000000000..87be2e8af64 --- /dev/null +++ b/usr.bin/diff/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 2003/06/25 01:25:59 deraadt Exp $ + +PROG= diff +SRCS= diff.c diffdir.c diffreg.c + +.include <bsd.prog.mk> |