diff options
Diffstat (limited to 'gnu/usr.bin/groff/font/devlatin1/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/font/devlatin1/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/font/devlatin1/Makefile b/gnu/usr.bin/groff/font/devlatin1/Makefile new file mode 100644 index 0000000..2383202 --- /dev/null +++ b/gnu/usr.bin/groff/font/devlatin1/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +DEV= latin1 + +.include "../Makefile.tty" +.include "../Makefile.dev" |