diff options
author | rillig <rillig> | 2006-10-29 20:12:49 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-29 20:12:49 +0000 |
commit | 61b8fba4a19986b057980ef35226553557764384 (patch) | |
tree | c70ba4c8a253895a740323f7f6014ab0fd7ebf1c /mk | |
parent | 0faa578d7cf5adf7b350ba92c3d2cbbd5a70cfdf (diff) | |
download | pkgsrc-61b8fba4a19986b057980ef35226553557764384.tar.gz |
Added a "see also" entry.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/configure/check-portability.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/configure/check-portability.sh b/mk/configure/check-portability.sh index ad9fa46bbb3..079571017f9 100644 --- a/mk/configure/check-portability.sh +++ b/mk/configure/check-portability.sh @@ -1,4 +1,4 @@ -# $NetBSD: check-portability.sh,v 1.4 2006/10/23 16:07:12 rillig Exp $ +# $NetBSD: check-portability.sh,v 1.5 2006/10/29 20:12:49 rillig Exp $ # # This program checks the extracted files for portability issues that # are likely to result in false assumptions by the package. @@ -14,6 +14,9 @@ # # SKIP_FILTER: A shell command that excludes some patterns. # +# See also: +# mk/configure/check-portability.mk +# set -eu |