xref: /netbsd-src/external/mit/xorg/bin/sessreg/Makefile (revision 2b3d1ee8a773e028429b331332895d44f445d720)
1#	$NetBSD: Makefile,v 1.4 2011/04/11 22:47:50 joerg 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