mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
dc has no man page, so add NOMAN to Makefile
This commit is contained in:
parent
8beb755231
commit
470210e2dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237
@ -1,6 +1,7 @@
|
||||
PROG= dc
|
||||
CFLAGS+=-I${.CURDIR} -DHAVE_BCOPY=1 -DHAVE_BZERO=1
|
||||
SRCS= dc.c decimal.c
|
||||
NOMAN= noman
|
||||
CFLAGS+=-I${.CURDIR} -DHAVE_BCOPY=1 -DHAVE_BZERO=1
|
||||
DPADD= ${LIBM}
|
||||
LDADD= -lm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user