diff options
author | 2003-06-25 01:25:59 +0000 | |
---|---|---|
committer | 2003-06-25 01:25:59 +0000 | |
commit | df476c6600917500da2856cae078c4ac08098a29 (patch) | |
tree | 87a6c3d63ef569d709cff4877b022e2dc107c740 /usr.bin/diff | |
parent | caldera licenses (diff) | |
download | wireguard-openbsd-df476c6600917500da2856cae078c4ac08098a29.tar.xz wireguard-openbsd-df476c6600917500da2856cae078c4ac08098a29.zip |
a Makefile
Diffstat (limited to 'usr.bin/diff')
-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> |