summaryrefslogtreecommitdiff
path: root/usr.bin/man/Makefile
blob: 63dc8ee148b6a0be55a8575763c6bd0dae3977ae (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:36:59 deraadt Exp $
#	$NetBSD: Makefile,v 1.6 1995/09/28 06:05:11 tls Exp $

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

.include <bsd.prog.mk>