diff options
author | 2008-01-04 22:30:12 +0000 | |
---|---|---|
committer | 2008-01-04 22:30:12 +0000 | |
commit | d7f5530335e2190f1bcd5eab60022d2945a7c975 (patch) | |
tree | 3de05c8dfb4d674d5fc97639c4b525cdd0108ef7 | |
parent | Only compile in uvm_page_physdump() if option DDB as it's not directly callable (diff) | |
download | wireguard-openbsd-d7f5530335e2190f1bcd5eab60022d2945a7c975.tar.xz wireguard-openbsd-d7f5530335e2190f1bcd5eab60022d2945a7c975.zip |
zap trailing whitespace;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 56a81c0b2a2..fd74ce8520b 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.205 2008/01/04 17:55:49 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.206 2008/01/04 22:30:12 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -574,7 +574,7 @@ List of all files that need to be retrieved by with master site selection extension removed. Read-only. .It Ev ALL_FAKE_FLAGS -Flags passed to ${MAKE} invocations during the fake process. +Flags passed to ${MAKE} invocations during the fake process. Equals .Li ${MAKE_FLAGS} ${DESTDIRNAME}=${WRKINST} ${FAKE_FLAGS} . Read-only. @@ -1168,7 +1168,7 @@ and the BSD_INSTALL_* macros. Flags used for all make invocations, except for the .Ar fake stage, which adds -.Ev FAKE_FLAGS +.Ev FAKE_FLAGS (see .Ev ALL_FAKE_FLAGS ) and for the regress stage, which uses |