diff options
Diffstat (limited to 'gnu/usr.bin/groff/font/devhtml/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/font/devhtml/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/font/devhtml/Makefile b/gnu/usr.bin/groff/font/devhtml/Makefile new file mode 100644 index 0000000..f44b144 --- /dev/null +++ b/gnu/usr.bin/groff/font/devhtml/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +DEV= html +FONTS= R I B BI CR S + +.include "../Makefile.tty" +.include "../Makefile.dev" |