diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-17 14:31:57 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-17 14:31:57 +0000 |
| commit | 7b1e8f699b0223d92463a1e58d2c27b6e408f329 (patch) | |
| tree | 7c83727b6f56d42f028b889f7e23ab34d125f2c2 /gnu/usr.bin/groff/font/devhtml | |
| parent | 7709c0bba9f0b27f985792e19f808da81b5ed82e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/groff/font/devhtml')
| -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 000000000000..f44b14493680 --- /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" |
