don't forget to install the docs.

This commit is contained in:
cgd 1995-04-22 11:18:35 +00:00
parent 887dd216b0
commit 75fd9356ae
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 1995/04/22 10:27:25 cgd Exp $
# $NetBSD: Makefile,v 1.7 1995/04/22 11:18:35 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= rogue
@ -11,4 +11,8 @@ LDADD= -lcurses -ltermlib -lcompat
HIDEGAME=hidegame
MAN= rogue.6
.if make(install)
SUBDIR+= USD.doc
.endif
.include <bsd.prog.mk>