summaryrefslogtreecommitdiff
path: root/sysutils/top
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-02-20 12:09:55 +0000
committerfrueauf <frueauf>1998-02-20 12:09:55 +0000
commitb73205605e41c2b3a2741ae0bcf21459728d4f25 (patch)
tree0f9aa1ab4f354c4037573f543debd59f3c68cfc5 /sysutils/top
parentbcc7b6d4a3850c15f70de7165300347d6694b98d (diff)
downloadpkgsrc-b73205605e41c2b3a2741ae0bcf21459728d4f25.tar.gz
portlint: remove whitespace before end of line 26; remove blank > 1 lines.
Diffstat (limited to 'sysutils/top')
-rw-r--r--sysutils/top/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile
index 7a06b54078e..e45902052b8 100644
--- a/sysutils/top/Makefile
+++ b/sysutils/top/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 Sep 1994
# Whom: swallace
#
-# $NetBSD: Makefile,v 1.8 1998/02/20 07:19:40 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 1998/02/20 12:09:55 frueauf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp
#
@@ -23,7 +23,7 @@ OPSYS!= uname -s
.endif
.else
.if exists(/etc/mk.conf)
-.include "/etc/mk.conf"
+.include "/etc/mk.conf"
.endif
.endif
@@ -31,8 +31,7 @@ MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \
COPY="${COPY}" STRIPFLAG="${STRIPFLAG}" \
UVM=${UVM}
-MAN1= top.1
-
+MAN1= top.1
.if (${OPSYS} == "FreeBSD")
OSVERSION!= sysctl -n kern.osreldate