xref: /netbsd-src/external/mit/xorg/bin/sessreg/Makefile (revision f14316bcbc544b96a93e884bc5c2b15fd60e22ae)
1#	$NetBSD: Makefile,v 1.5 2013/05/31 23:42:48 mrg Exp $
2
3.include <bsd.own.mk>
4
5PROG=	sessreg
6
7.include "../xdm/Makefile.xdm"
8
9CPPFLAGS+=	-I${X11SRCDIR.${PROG}}/../include
10
11X11EXTRAMANDEFS+=	-e 's,__ttys_file__,/etc/ttys,g; \
12			s,__utmp_file__,${XDMPIDDIR}/utmp,g; \
13			s,__wtmp_file__,${XDMLOGDIR}/wtmp,g'
14
15.include <bsd.x11.mk>
16.include <bsd.prog.mk>
17
18.PATH:		${X11SRCDIR.${PROG}}
19.PATH:		${X11SRCDIR.${PROG}}/man
20