diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-02-20 12:09:55 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-02-20 12:09:55 +0000 |
commit | 76c2d49e64842ad1f107e1ab8218505ef0b71f7e (patch) | |
tree | 0f9aa1ab4f354c4037573f543debd59f3c68cfc5 /sysutils/top | |
parent | fb57b59334c704ba63ef732ab86a2c6774b18b8e (diff) | |
download | pkgsrc-76c2d49e64842ad1f107e1ab8218505ef0b71f7e.tar.gz |
portlint: remove whitespace before end of line 26; remove blank > 1 lines.
Diffstat (limited to 'sysutils/top')
-rw-r--r-- | sysutils/top/Makefile | 7 |
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 |