xref: /netbsd/external/mit/xorg/bin/sessreg/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.3 2010/05/23 21:31:57 veego 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