Merge branch 'vendor/BMAKE'
[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 .include <bsd.prog.mk>