84d9c625bf
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params. This has been done as the make target has been renamed in the same way, while a new target named params has been added. This new target generates a file containing all the parameters, instead of printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org) get getservbyport() out of the inner loop Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
12 lines
631 B
Makefile
12 lines
631 B
Makefile
# $NetBSD: Makefile.inc,v 1.16 2012/10/24 22:10:52 christos Exp $
|
|
|
|
.PATH: ${COMPATDIR}/gen
|
|
SRCS+=compat_errlist.c compat_fts.c \
|
|
compat_glob.c compat___glob13.c \
|
|
compat_opendir.c compat_readdir.c compat__readdir_unlocked30.c \
|
|
compat_scandir.c compat_siglist.c compat_signame.c compat_sigsetops.c \
|
|
compat_times.c compat_timezone.c compat_unvis.c compat_utmpx.c \
|
|
compat__sys_errlist.c compat__sys_nerr.c compat__sys_siglist.c \
|
|
compat_time.c compat_utime.c compat_devname.c compat_alphasort.c \
|
|
compat_getpwent.c compat_utmp.c compat___fts50.c \
|
|
compat___unvis13.c compat_syslog.c compat_alloca.c
|