Switch to the new man(1) command.
[dragonfly.git] / gnu / usr.bin / man / lib / Makefile
1 # $FreeBSD: src/gnu/usr.bin/man/lib/Makefile,v 1.11.6.1 2002/07/19 18:46:24 ru Exp $
2
3 LIB=    man
4 INTERNALLIB= true
5
6 SRCS=   gripes.c util.c
7
8 # Kludge to create config.h for other modules.  The library itself doesn't
9 # depend on config.h.
10 SRCS+=  config.h
11
12 .include <bsd.lib.mk>