man(1): fix build and adapt for DragonFly
[dragonfly.git] / usr.bin / man / Makefile
1 #       $NetBSD: Makefile,v 1.14 2013/07/19 04:17:02 uwe Exp $
2 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
3
4 PROG=   man
5 SRCS=   man.c manconf.c
6 MAN=    man.1 man.conf.5
7
8 DPADD+= ${LIBUTIL}
9 LDADD+= -lutil
10
11 .include <bsd.prog.mk>