summaryrefslogtreecommitdiff
path: root/usr.bin/man/Makefile
blob: 9faaa9fabb09b812d8d9d03a952d678ede55d0bb (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.4 1998/09/14 05:44:11 deraadt Exp $

PROG=	man
SRCS=	config.c man.c
MAN=	man.1 man.conf.5

LINKS=	${BINDIR}/man ${BINDIR}/help

.include <bsd.prog.mk>