summaryrefslogtreecommitdiff
path: root/usr.bin/man/Makefile
blob: a51de2d944d99be84b94c70aefca2c4d3b26b954 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:49:57 deraadt Exp $

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

.include <bsd.prog.mk>