Using bsd.man.mk looked silly without a man page. Use bsd.prog.mk without

PROG instead.
This commit is contained in:
bjh21 2000-11-22 00:36:22 +00:00
parent fc955e1104
commit 564a044dcb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2000/11/22 00:32:54 bjh21 Exp $
# $NetBSD: Makefile,v 1.4 2000/11/22 00:36:22 bjh21 Exp $
.if !defined(BASTOK)
.ifnmake(print-objdir)
@ -23,4 +23,4 @@ bbbbclean:
BBBB,ffb: BBBB,fd1 ${BASTOKTARG}
${BASTOK} ${.CURDIR}/BBBB,fd1 > BBBB,ffb
.include <bsd.man.mk>
.include <bsd.prog.mk>