NetBSD/usr.bin/man/Makefile
thorpej 7c96dd1581 Rename man/config.{c,h} to man/manconf.{c,h}, so we don't have to
worry about problems including "config.h" when building as a host
tool.
2002-09-13 15:56:37 +00:00

10 lines
186 B
Makefile

# $NetBSD: Makefile,v 1.8 2002/09/13 15:56:38 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= man
SRCS= man.c manconf.c
MAN= man.1 man.conf.5
WFORMAT=1
.include <bsd.prog.mk>