diff options
Diffstat (limited to 'editors/fb/files/Makefile.in')
-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 000000000000..31f0226ffc9b --- /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> |