This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
25 lines
682 B
Makefile
25 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/03/23 20:40:18 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${X11SRCDIR.xcb-proto} ${X11SRCDIR.xcb-proto}/src
|
|
|
|
FILES= bigreq.xml composite.xml damage.xml dpms.xml dri2.xml dri3.xml \
|
|
ge.xml glx.xml present.xml randr.xml record.xml render.xml \
|
|
res.xml screensaver.xml shape.xml shm.xml sync.xml xc_misc.xml \
|
|
xcb.xsd xevie.xml xf86dri.xml xf86vidmode.xml xfixes.xml \
|
|
xinerama.xml xkb.xml \
|
|
xinput.xml xprint.xml xproto.xml xselinux.xml xtest.xml \
|
|
xv.xml xvmc.xml
|
|
FILESDIR=${X11SHAREDIR}/xcb
|
|
|
|
PKGCONFIG= xcb-proto
|
|
PKGCONFIG_SED_FLAGS= \
|
|
-e "s,@pythondir@,,"
|
|
|
|
NOPROG= # defined
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.files.mk>
|
|
.include <bsd.prog.mk>
|