in order that generated MAN files are cleaned up, bsd.x11.mk needs

to be included after the MAN= assignment. Then we need to explicitly
include bsd.own.mk before .PATH to get the value of X11SRCDIRMIT
This commit is contained in:
plunky 2011-03-12 12:15:46 +00:00
parent 4887604bc0
commit 1f8f907975
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.1 2010/11/18 18:47:36 tron Exp $
# $NetBSD: Makefile,v 1.2 2011/03/12 12:15:46 plunky Exp $
.include <bsd.x11.mk>
.include <bsd.own.mk>
.PATH: ${X11SRCDIRMIT}/xorg-docs/man/general
MAN= Consortium.7 Standards.7 X.7 XOrgFoundation.7 XProjectTeam.7 \
Xsecurity.7
.include <bsd.x11.mk>
.include <bsd.man.mk>