diff options
author | schmonz <schmonz> | 2002-05-29 21:30:30 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-05-29 21:30:30 +0000 |
commit | 3bfee7ad85b85eb9397449a8d0010bd23c7ac1c5 (patch) | |
tree | f0f901d9f21056ad3d178dc74eed0057d5e57722 /mk | |
parent | ee593721235159a4379734e34be486ab2d49ac47 (diff) | |
download | pkgsrc-3bfee7ad85b85eb9397449a8d0010bd23c7ac1c5.tar.gz |
Fix comments in show-shlib-type pertaining to "dylib".
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 8704ab9323e..068d9e7e286 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.984 2002/05/29 14:52:14 yyamano Exp $ +# $NetBSD: bsd.pkg.mk,v 1.985 2002/05/29 21:30:30 schmonz Exp $ # # This file is in the public domain. # @@ -2354,7 +2354,7 @@ check-shlibs: .if !target(show-shlib-type) -# Show the shared lib type being built: one of ELF, a.out or none +# Show the shared lib type being built: one of ELF, a.out, dylib, or none show-shlib-type: . if exists(/usr/lib/libc.dylib) ${_PKG_SILENT}${_PKG_DEBUG} \ @@ -2377,7 +2377,7 @@ show-shlib-type: fi; \ ${ECHO} "$$sotype"; \ ${RM} -f a.$$$$.c a.$$$$.out -. endif # libc.sylib +. endif # libc.dylib .endif acquire-extract-lock: |