diff options
-rw-r--r-- | meta-pkgs/XFree86/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common index 7636bc358a8..64dec77a375 100644 --- a/meta-pkgs/XFree86/Makefile.common +++ b/meta-pkgs/XFree86/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.21 2005/05/22 20:08:14 jlam Exp $ +# $NetBSD: Makefile.common,v 1.22 2005/05/23 09:30:32 rillig Exp $ # -# XBUILD_DIRS is the group of directories under ${WRKSRC} that will +# XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. # XINCLUDE_DIRS is the group of directories under ${WRKSRC} that need # to be Makefilesed or included in besides XBUILD_DIRS -# XINSTALL_DIRS is the group of directories which will have +# XINSTALL_DIRS is the group of directories which will have # their install targets run. -# XINSTALL_MAN_DIRS is the group of directories which will have +# XINSTALL_MAN_DIRS is the group of directories which will have # their install.man targets run. # src-1 is the base. |