mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-09 13:42:56 +00:00
7 lines
99 B
Makefile
7 lines
99 B
Makefile
PROG=grohtml
|
|
MAN1=grohtml.n
|
|
XLIBS=$(LIBDRIVER) $(LIBGROFF)
|
|
MLIB=$(LIBM)
|
|
OBJS=html.o
|
|
CCSRCS=html.cc
|