diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-09-20 20:34:17 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-09-20 20:34:17 +0000 |
| commit | ae2d96ab3a7a4582bff7d420017c05777d3ef4cd (patch) | |
| tree | 6068d0c9297482b6c68c78d37d113e16d44371c0 /usr.bin | |
| parent | a1cb6af11976b0bc42122e5df60b8ae17503f556 (diff) | |
| parent | 25070501c638474bf35d30c744d449fdfee787e7 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rwxr-xr-x | usr.bin/man/man.sh | 6 | ||||
| -rw-r--r-- | usr.bin/netstat/Makefile.depend | 10 | ||||
| -rw-r--r-- | usr.bin/numactl/Makefile.depend | 18 | ||||
| -rw-r--r-- | usr.bin/procstat/Makefile.depend | 2 | ||||
| -rw-r--r-- | usr.bin/tip/tip/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/wc/Makefile.depend | 1 |
6 files changed, 37 insertions, 2 deletions
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh index e125e5be3f85..094ea11c10a3 100755 --- a/usr.bin/man/man.sh +++ b/usr.bin/man/man.sh @@ -315,7 +315,11 @@ man_display_page() { mandoc_args="-O width=${use_width}" fi testline="mandoc -Tlint -Wunsupp 2>/dev/null" - pipeline="mandoc $mandoc_args | $MANPAGER" + if [ -n "$tflag" ]; then + pipeline="mandoc -Tps $mandoc_args" + else + pipeline="mandoc $mandoc_args | $MANPAGER" + fi if ! eval "$cattool $manpage | $testline" ;then if which -s groff; then diff --git a/usr.bin/netstat/Makefile.depend b/usr.bin/netstat/Makefile.depend index fb0bf8cbc34a..76ce70824fea 100644 --- a/usr.bin/netstat/Makefile.depend +++ b/usr.bin/netstat/Makefile.depend @@ -21,4 +21,14 @@ DIRDEPS = \ .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree +main.o: nl_defs.h +main.po: nl_defs.h +mroute.o: nl_defs.h +mroute.po: nl_defs.h +netisr.o: nl_defs.h +netisr.po: nl_defs.h +nl_symbols.o: nl_symbols.c +nl_symbols.po: nl_symbols.c +route.o: nl_defs.h +route.po: nl_defs.h .endif diff --git a/usr.bin/numactl/Makefile.depend b/usr.bin/numactl/Makefile.depend new file mode 100644 index 000000000000..3646e2e2b1af --- /dev/null +++ b/usr.bin/numactl/Makefile.depend @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.bin/procstat/Makefile.depend b/usr.bin/procstat/Makefile.depend index 588a39431ddc..5260cce40b48 100644 --- a/usr.bin/procstat/Makefile.depend +++ b/usr.bin/procstat/Makefile.depend @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libelf \ lib/libkvm \ lib/libprocstat \ + lib/libsbuf \ lib/libutil \ + lib/libxo \ .include <dirdeps.mk> diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index b0fd1f8a105b..a8ed43f7c579 100644 --- a/usr.bin/tip/tip/Makefile +++ b/usr.bin/tip/tip/Makefile @@ -53,5 +53,5 @@ acutab.o log.o remote.o: Makefile # is no cu(1) with the schg-bit set. beforeinstall: .if exists(${DESTDIR}${BINDIR}/cu) - -@chflags noschg ${DESTDIR}${BINDIR}/cu + -chflags noschg ${DESTDIR}${BINDIR}/cu .endif diff --git a/usr.bin/wc/Makefile.depend b/usr.bin/wc/Makefile.depend index 9b71a677693f..137678c21e46 100644 --- a/usr.bin/wc/Makefile.depend +++ b/usr.bin/wc/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libutil \ lib/libxo \ |
