diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 02:48:05 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 02:48:05 +0000 |
commit | aebab7c3000d45552b9d74eaa1bfe3de9d2b08c7 (patch) | |
tree | 00d9ef1406e9a3dbfb9e74282130d169be17b323 /editors/fb/files | |
parent | 7ac1c81e4a76b8ea274ea6cb466035f966f28d82 (diff) | |
download | FreeBSD-ports-aebab7c3000d45552b9d74eaa1bfe3de9d2b08c7.zip FreeBSD-ports-aebab7c3000d45552b9d74eaa1bfe3de9d2b08c7.tar.gz |
A binary file editor and viewer.
PR: 14358
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'editors/fb/files')
-rw-r--r-- | editors/fb/files/Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/fb/files/Makefile.in b/editors/fb/files/Makefile.in new file mode 100644 index 0000000..31f0226 --- /dev/null +++ b/editors/fb/files/Makefile.in @@ -0,0 +1,8 @@ +PROG=fb + +CFLAGS+=-Dstrtoull=strtoul + +BINDIR=UL/bin +MANDIR=UL/man/man + +.include <bsd.prog.mk> |