
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
22 lines
562 B
Makefile
22 lines
562 B
Makefile
# $NetBSD: Makefile.inc,v 1.9 2013/03/29 02:09:58 christos Exp $
|
|
|
|
#__MINIX: Not everything is imported yet.
|
|
.PATH: ${COMPATDIR}/sys
|
|
SRCS+= compat_getdents.c compat_getdirentries.c \
|
|
compat_sched.c \
|
|
compat_stat.c \
|
|
compat_socket.c \
|
|
\
|
|
compat_getrusage.c compat_gettimeofday.c compat_utimes.c \
|
|
compat_wait4.c compat_settimeofday.c \
|
|
compat_clock.c compat_itimer.c compat_nanosleep.c \
|
|
compat_adjtime.c compat_mknod.c \
|
|
\
|
|
compat___shmctl13.c \
|
|
|
|
MAN+= getdirentries.3
|
|
|
|
.if ${MKLINT} != "no"
|
|
LSRCS+= Lint_Ovfork.c
|
|
.endif
|