1#	$NetBSD: Makefile,v 1.2 2003/09/13 20:18:38 lukem Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	xtrapinfo xtrapout xtrapreset xtrapstats xtrapin xtrapproto xtrapchar
6
7MAN=	xtrap.1
8
9.for _M in ${SUBDIR}
10MLINKS+=xtrap.1 ${_M}.1
11.endfor
12
13.PATH:	${X11SRCDIR.xtrap}
14
15.include <bsd.x11.mk>
16.include <bsd.prog.mk>
17.include <bsd.subdir.mk>
18