diff options
Diffstat (limited to 'plan9/9term/Makefile')
-rw-r--r-- | plan9/9term/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile index 92901bfbfdd..ba3ef7d1eba 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/05/09 17:23:04 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/22 13:01:52 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -17,8 +17,6 @@ OPSYS!= uname -s MANCOMPRESSED= yes .endif -MAN1= 9term.1 - NO_WRKSUBDIR= yes MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${PKGSRCDIR} |