diff options
author | tron <tron> | 2006-04-10 12:25:43 +0000 |
---|---|---|
committer | tron <tron> | 2006-04-10 12:25:43 +0000 |
commit | 7aa6c5dde3dfd6fa145b0b0ffcd8d17e134b9777 (patch) | |
tree | 00b0e26e9586b5a8fb79f16fc81931957c29c7b1 /mk | |
parent | d99e30bfa16565e39fcda5b910b851524b9e06ac (diff) | |
download | pkgsrc-7aa6c5dde3dfd6fa145b0b0ffcd8d17e134b9777.tar.gz |
Correct typo in example Makefile snippet.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/buildlink3/bsd.builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/bsd.builtin.mk b/mk/buildlink3/bsd.builtin.mk index ec5cba53da2..50997f1ac8a 100644 --- a/mk/buildlink3/bsd.builtin.mk +++ b/mk/buildlink3/bsd.builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.builtin.mk,v 1.7 2006/04/06 06:23:06 reed Exp $ +# $NetBSD: bsd.builtin.mk,v 1.8 2006/04/10 12:25:43 tron Exp $ # # Copyright (c) 2004-2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -67,7 +67,7 @@ # ### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to # ### a package name to represent the built-in package. # ### -# .if !defined(BUILTIN_PKG.iconv) && \ +# .if !defined(BUILTIN_PKG.wibble) && \ # !empty(IS_BUILTIN.wibble:M[yY][eE][sS]) # BUILTIN_PKG.wibble= wibble-1.0 # .endif |