summaryrefslogtreecommitdiffstats
path: root/usr.bin/top
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2015-06-17 02:30:12 +0000
committermarcel <marcel@FreeBSD.org>2015-06-17 02:30:12 +0000
commita0f8d115dc38aaa1b24cca666f85f46555a93fd6 (patch)
tree5edf15dcebde5875788c2d3ac8f6b7629b652f22 /usr.bin/top
parent0a885a06376a92624987d1a67113b1d40b9c6d2a (diff)
downloadFreeBSD-src-a0f8d115dc38aaa1b24cca666f85f46555a93fd6.zip
FreeBSD-src-a0f8d115dc38aaa1b24cca666f85f46555a93fd6.tar.gz
MFC 284165:
Move contrib/top/top.X to contrib/top/top.xs and move contrib/top/top.local.H to contrib/top/top.local.hs. Change the makefile accordingly.
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index de08724..fbfe4e4 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -31,8 +31,8 @@ sigdesc.h: ${SIGCONV_AWK} ${SIGNAL_H}
awk -f ${SIGCONV_AWK} < ${SIGNAL_H} > ${.TARGET}
CLEANFILES+= top.local.h top.x
-.SUFFIXES: .X .x .H .h
-.X.x .H.h:
+.SUFFIXES: .xs .x .hs .h
+.xs.x .hs.h:
@${ECHO} Making ${.TARGET} from ${.IMPSRC}
@sed -e's,%LoadMax%,5.0,g' \
-e's,%TableSize%,20011,g' \
OpenPOWER on IntegriCloud