mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 15:03:41 +00:00
Add bmake glue for devhtml and grohtml of the groff package.
This commit is contained in:
parent
81432b9abc
commit
0181caf3b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55851
9
gnu/usr.bin/groff/devhtml/Makefile
Normal file
9
gnu/usr.bin/groff/devhtml/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Generic groff font makefile
|
||||
|
||||
NOOBJ=
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
.include "${DIST_DIR}/Makefile.sub"
|
||||
.include "${.CURDIR}/../Makefile.dev"
|
15
gnu/usr.bin/groff/grohtml/Makefile
Normal file
15
gnu/usr.bin/groff/grohtml/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user