diff options
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r-- | lang/python/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 7a113dea510..7abd062e08a 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/05/06 16:19:01 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/06/22 12:44:31 agc Exp $ # DISTNAME= pyth151 @@ -12,7 +12,6 @@ MAINTAINER= tsarna@endicor.com WRKSRC= ${WRKDIR}/Python-1.5.1 GNU_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -MAN1= python.1 # Handle the module setup file: # - disable some modules on 64 bit platforms |