Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/share/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- src/share/Makefile 2009/01/19 08:03:42 1.31 +++ src/share/Makefile 2010/02/03 15:34:44 1.32 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2009/01/19 08:03:42 jmmv Exp $ +# $NetBSD: Makefile,v 1.32 2010/02/03 15:34:44 roy Exp $ # from @(#)Makefile 8.1 (Berkeley) 6/5/93 # Missing: ms @@ -8,7 +8,7 @@ .if ${MKSHARE} != "no" || \ make(clean) || make(cleandir) || make(distclean) || make(obj) SUBDIR= dict doc examples legal man me misc mk \ - tabset termcap tmac wscons xml zoneinfo + tabset terminfo tmac wscons xml zoneinfo .if ${MKNLS} != "no" SUBDIR+=i18n locale nls .endif