17 lines
312 B
Makefile
17 lines
312 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/02/19 20:57:36 snj Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${X11SRCDIR.xtrans}
|
|
|
|
INCS= Xtrans.c Xtrans.h Xtransint.h Xtranslcl.c \
|
|
Xtranssock.c Xtransutil.c transport.c
|
|
INCSDIR=${X11INCDIR}/X11/Xtrans
|
|
|
|
NOOBJ= # defined
|
|
|
|
PKGCONFIG= xtrans
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.prog.mk>
|