diff options
| author | wiz <wiz@NetBSD.org> | 2001-04-19 14:33:07 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-04-19 14:33:07 +0000 |
| commit | 2f7eec860dca4d698efa5c8264f14c472bc523b5 (patch) | |
| tree | 643fbd5baa8bb85c340ef0d89a0394c5fc11f9b2 /gnu/usr.bin/groff/grohtml | |
| parent | 3e40b73c85af666418150417c8c74f8465aa0137 (diff) | |
New reachover build structure for groff 1.16.1.
Diffstat (limited to 'gnu/usr.bin/groff/grohtml')
| -rw-r--r-- | gnu/usr.bin/groff/grohtml/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/grohtml/Makefile b/gnu/usr.bin/groff/grohtml/Makefile new file mode 100644 index 00000000000..04acf2fde85 --- /dev/null +++ b/gnu/usr.bin/groff/grohtml/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/19 14:33:14 wiz Exp $ + +.include "../Makefile.lib" + +DIST= ${IDIST}/src/devices/grohtml +.PATH: ${DIST} + +PROG= grohtml +SRCS= html.cc output.cc +LDADD+= $(LIBDRIVER) $(LIBGROFF) -lm +DPADD+= $(LIBDRIVER) $(LIBGROFF) $(LIBM) + +.include <bsd.prog.mk> |
