=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Makefile,v retrieving revision 1.96 retrieving revision 1.97 diff -c -r1.96 -r1.97 *** src/usr.bin/mandoc/Makefile 2015/07/17 22:35:36 1.96 --- src/usr.bin/mandoc/Makefile 2015/07/19 05:59:07 1.97 *************** *** 1,10 **** ! # $OpenBSD: Makefile,v 1.96 2015/07/17 22:35:36 schwarze Exp $ .include CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter DPADD += ${LIBUTIL} ! LDADD += -lsqlite3 -lutil SRCS= mandoc.c mandoc_aux.c preconv.c read.c \ roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c eqn.c --- 1,10 ---- ! # $OpenBSD: Makefile,v 1.97 2015/07/19 05:59:07 schwarze Exp $ .include CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter DPADD += ${LIBUTIL} ! LDADD += -lsqlite3 -lutil -lz SRCS= mandoc.c mandoc_aux.c preconv.c read.c \ roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c eqn.c