diff options
-rw-r--r-- | doc/Makefile-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example index 8773fef0000..6e29952c0ba 100644 --- a/doc/Makefile-example +++ b/doc/Makefile-example @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-example,v 1.7 2004/11/11 06:05:55 minskim Exp $ +# $NetBSD: Makefile-example,v 1.8 2005/02/12 11:05:05 rillig Exp $ # First paragraph - distfile and binary package data # DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES @@ -49,7 +49,7 @@ CONFIGURE_ENV+= ac_cv_path_PYTHON="${PYTHONBIN}" MAKE_ENV+= PKG_SYSCONFDIR="${PKG_SYSCONFDIR}" # Eighth paragraph - different targets -# ALL_TARGET, INSTALL_TARGET, TEST_TARGET +# BUILD_TARGET, INSTALL_TARGET, TEST_TARGET TEST_TARGET= check # always include bsd.prefs.mk before any .if or .ifdef statements |