Add bmake glue for devhtml and grohtml of the groff package.

This commit is contained in:
Jeroen Ruigrok van der Werven 2000-01-12 13:14:27 +00:00
parent 81432b9abc
commit 0181caf3b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55851
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# $FreeBSD$
#
# Generic groff font makefile
NOOBJ=
.include "${.CURDIR}/../Makefile.inc"
.include "${DIST_DIR}/Makefile.sub"
.include "${.CURDIR}/../Makefile.dev"

View File

@ -0,0 +1,15 @@
# $FreeBSD$
#
# Makefile for grohtml
PROG= grohtml
SRCS= html.cc
LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm
DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM}
MANDEPEND= grohtml.1
CLEANFILES+= ${MANDEPEND}
.include "../Makefile.cfg"
.include <bsd.prog.mk>