1 # $NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $ 2 3 .include <bsd.own.mk> 4 5 PROG= sessreg 6 7 .include "../xdm/Makefile.xdm" 8 9 CPPFLAGS= -I${X11SRCDIR.${PROG}}/../include 10 11 X11EXTRAMANDEFS+= -e 's,__ttys_file__,/etc/ttys,g; \ 12 s,__utmp_file__,/var/run/utmp,g; \ 13 s,__wtmp_file__,/var/log/wtmp,g' 14 15 .include <bsd.x11.mk> 16 .include <bsd.prog.mk> 17 18 .PATH: ${X11SRCDIR.${PROG}} 19