build the tutoral

This commit is contained in:
perry 2010-08-22 02:09:36 +00:00
parent 32b1d940e0
commit ee256018ca

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.91 2010/02/06 23:45:26 he Exp $
# $NetBSD: Makefile,v 1.92 2010/08/22 02:09:36 perry Exp $
# @(#)Makefile 8.4 (Berkeley) 5/5/95
.include <bsd.own.mk>
@ -77,4 +77,8 @@ COMPATOBJDIR!= cd ${NETBSDSRCDIR}/tools/compat && ${PRINTOBJDIR}
NBCOMPATLIB= -L${COMPATOBJDIR} -lnbcompat
.endif
.if make(install)
SUBDIR+=USD.doc
.endif
.include <bsd.prog.mk>