Do not depend on ``all-man'' if -DNOMAN.

This commit is contained in:
Ruslan Ermilov 2001-03-26 07:46:57 +00:00
parent 0414fc4dd0
commit b139be2503
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74805

View file

@ -173,7 +173,11 @@ _LIBS+=lib${LIB}_pic.a
PICFLAG=-fpic
.endif
.if !defined(NOMAN)
all: objwarn ${_LIBS} all-man _SUBDIR # llib-l${LIB}.ln
.else
all: objwarn ${_LIBS} _SUBDIR # llib-l${LIB}.ln
.endif
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
@ -357,7 +361,6 @@ lint:
.include <bsd.man.mk>
.elif !target(maninstall)
maninstall:
all-man:
.endif
.include <bsd.dep.mk>