Sync usage with man page.
[netbsd-mini2440.git] / external / mit / xorg / bin / missing-apps / rman / Makefile
blob08cee828a9a4a0c9f250f79a1f321c879aea50ff
1 # $NetBSD: Makefile,v 1.1 2003/09/15 08:31:08 lukem Exp $
3 .include <bsd.own.mk>
5 PROG= rman
7 CPPFLAGS+= -DVOLLIST='"1:2:3:4:5:6:7:8:9:o:l:n:p"' \
8 -DMANTITLEPRINTF='"%s(%s) manual page"' \
9 -DMANREFPRINTF='"%s.%s.html"' \
10 -DPOLYGLOTMANVERSION='"3.0.8+XFree86"' \
11 -DXFree86
13 .PATH: ${X11SRCDIR.xc}/extras/rman
15 .include <bsd.x11.mk>
16 .include <bsd.prog.mk>