Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- 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
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.210 2012/08/08 14:13:46 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.214 2013/11/22 16:10:25 christos Exp $
|
||||
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= asa \
|
||||
banner basename bdes \
|
||||
banner basename \
|
||||
bzip2 bzip2recover cal calendar \
|
||||
checknr chpass cksum col colcrt colrm \
|
||||
column comm csplit ctags cut \
|
||||
@@ -13,31 +13,30 @@ SUBDIR= asa \
|
||||
finger fold fpr from \
|
||||
fsplit ftp genassym getopt \
|
||||
head hexdump id indent infocmp join jot \
|
||||
lam ldd leave \
|
||||
last \
|
||||
lam last ldd leave \
|
||||
lock login logname lorder m4 \
|
||||
machine make man menuc mesg \
|
||||
mkdep mkfifo mkstr mktemp \
|
||||
msgc \
|
||||
nbperf newgrp nice nl nohup nvi \
|
||||
nbperf newgrp nice nl nohup \
|
||||
passwd paste pathchk pr \
|
||||
printenv printf pwhash \
|
||||
renice rev \
|
||||
\
|
||||
sdiff sed seq shlock \
|
||||
shuffle soelim sort split stat su \
|
||||
shuffle sort split stat su \
|
||||
tee tic tput \
|
||||
tr tsort tty ul uname unexpand unifdef \
|
||||
toproto \
|
||||
uniq units unvis unzip users \
|
||||
uuidgen vis \
|
||||
wall write \
|
||||
xargs xinstall xstr yes \
|
||||
wc what whatis who whois
|
||||
\
|
||||
wall wc what who whois \
|
||||
write xargs xinstall xstr yes
|
||||
|
||||
.if !defined(__MINIX)
|
||||
SUBDIR+= ../external/zlib/pigz/bin/pigz
|
||||
.else
|
||||
|
||||
# Non-NetBSD imports
|
||||
SUBDIR+= ministat
|
||||
|
||||
@@ -45,10 +44,13 @@ SUBDIR+= ministat
|
||||
SUBDIR+= top
|
||||
SUBDIR+= toproto
|
||||
|
||||
# LSC FIXME For now we compile unconditionnaly apropos and whatis even if we
|
||||
# do not have whatis
|
||||
SUBDIR+= apropos whatis
|
||||
.endif # defie
|
||||
# LSC FIXME For now we compile those unconditionnaly
|
||||
SUBDIR+= apropos whatis bdes soelim
|
||||
.endif # defined(__MINIX)
|
||||
|
||||
.if (${MKGROFF} == "no")
|
||||
SUBDIR+= soelim
|
||||
.endif
|
||||
|
||||
.if (${MKMAKEMANDB} == "no")
|
||||
SUBDIR+= apropos whatis
|
||||
|
||||
Reference in New Issue
Block a user