Home | History | Annotate | Line # | Download | only in xtrans
      1 #	$NetBSD: Makefile,v 1.5 2017/01/04 15:41:24 christos Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .PATH:	${X11SRCDIR.xtrans}
      6 
      7 INCS=	Xtrans.c Xtrans.h Xtransint.h Xtranslcl.c \
      8 	Xtranssock.c Xtransutil.c transport.c
      9 INCSDIR=${X11INCDIR}/X11/Xtrans
     10 
     11 NOOBJ=	# defined
     12 
     13 PKGCONFIG=	xtrans
     14 
     15 FILES=		xtrans.m4
     16 FILESDIR=	${X11ROOTDIR}/share/aclocal
     17 
     18 .include <bsd.x11.mk>
     19 .include <bsd.prog.mk>
     20