Home | History | Annotate | Line # | Download | only in xtrans
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2015/02/19 20:57:36 snj 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 .include <bsd.x11.mk>
     16 .include <bsd.prog.mk>
     17