diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 01:26:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 01:26:00 +0000 |
commit | 4d55f3e221f6f13a7445321cff5a2432a01ba217 (patch) | |
tree | 2a55df55e19d9d33c0b9cef491be3dc9b198a6fd /usr.bin/diff/Makefile | |
parent | 8356a6c9bebad984c848b9ab777d49386f1fb734 (diff) |
a Makefile
Diffstat (limited to 'usr.bin/diff/Makefile')
-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> |