No need to explicitly set NOMAN here.

Reviewed by:	jmallett
This commit is contained in:
Ruslan Ermilov 2002-07-03 06:25:28 +00:00
parent ee9919b024
commit 93c163325e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99330

View File

@ -3,7 +3,6 @@
LIB= ufs
SRCS= block.c inode.c sblock.c type.c
INCS= libufs.h
NOMAN= noman
CFLAGS+= -I${.CURDIR} -D_LIBUFS
.if defined(LIBUFS_DEBUG)
CFLAGS+= -D_LIBUFS_DEBUGGING