doc2html works here now, so remove NOHTML

This commit is contained in:
lukem 2003-07-18 02:18:57 +00:00
parent 82541d904a
commit f994b2252e
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,5 @@
# $NetBSD: Makefile,v 1.5 2000/09/26 16:49:22 phil Exp $
# $NetBSD: Makefile,v 1.6 2003/07/18 02:18:57 lukem Exp $
PROG= chio
NOHTML=doc2html-error
.include <bsd.prog.mk>

View File

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.10 2001/07/03 21:50:13 lukem Exp $
# $NetBSD: Makefile,v 1.11 2003/07/18 02:18:57 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= date
SRCS= date.c netdate.c
DPADD+= ${LIBUTIL}
LDADD+= -lutil
NOHTML=doc2html-error
.include <bsd.prog.mk>