
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
29 lines
830 B
Makefile
29 lines
830 B
Makefile
# $NetBSD: Makefile,v 1.49 2014/01/16 01:15:33 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= bsd.README bsd.buildinstall.mk bsd.clang-analyze.mk bsd.clean.mk \
|
|
bsd.dep.mk bsd.doc.mk bsd.endian.mk bsd.files.mk bsd.gcc.mk \
|
|
bsd.host.mk bsd.hostlib.mk bsd.hostprog.mk bsd.inc.mk bsd.info.mk \
|
|
bsd.init.mk bsd.ioconf.mk bsd.kernobj.mk bsd.kinc.mk bsd.klinks.mk \
|
|
bsd.kmodule.mk bsd.lib.mk bsd.links.mk bsd.lua.mk \
|
|
bsd.man.mk bsd.nls.mk \
|
|
bsd.obj.mk bsd.own.mk bsd.prog.mk bsd.rpc.mk bsd.shlib.mk \
|
|
bsd.subdir.mk bsd.sys.mk bsd.syscall.mk bsd.test.mk bsd.x11.mk sys.mk
|
|
|
|
.if defined(__MINIX)
|
|
# MINIX-specific files
|
|
FILES+= minix.service.mk minix.gcov.mk
|
|
.endif # defined(__MINIX)
|
|
|
|
FILESDIR=/usr/share/mk
|
|
.endif
|
|
|
|
FILESMODE=444
|
|
|
|
.include <bsd.prog.mk>
|