etc/protocols - sync with NetBSD-8
[minix.git] / external / mit / xorg / bin / sessreg / Makefile
blob2bf0f66c99c63347514d3755271f6428b9166846
1 # $NetBSD: Makefile,v 1.6 2014/08/24 18:27:16 apb Exp $
3 .include <bsd.own.mk>
5 PROG= sessreg
7 .include "../xdm/Makefile.xdm"
9 CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include
11 X11EXTRAMANDEFS+= -e 's,__ttys_file__,/etc/ttys,g' \
12 -e 's,__utmp_file__,${XDMPIDDIR}/utmp,g' \
13 -e 's,__wtmp_file__,${XDMLOGDIR}/wtmp,g'
15 .include <bsd.x11.mk>
16 .include <bsd.prog.mk>
18 .PATH: ${X11SRCDIR.${PROG}}
19 .PATH: ${X11SRCDIR.${PROG}}/man