diff options
author | ru <ru@FreeBSD.org> | 2006-03-15 10:41:58 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-03-15 10:41:58 +0000 |
commit | a11e502d44773bc2aeeeb877650e70c8bef2dbb3 (patch) | |
tree | 669047d36e2090fe2445a30d01aa158d0406fb50 /lib/librt | |
parent | bc07d46c762c29bca08717504ccad564b924b74b (diff) | |
download | FreeBSD-src-a11e502d44773bc2aeeeb877650e70c8bef2dbb3.zip FreeBSD-src-a11e502d44773bc2aeeeb877650e70c8bef2dbb3.tar.gz |
No need to define NO_MAN here.
Diffstat (limited to 'lib/librt')
-rw-r--r-- | lib/librt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/librt/Makefile b/lib/librt/Makefile index 0a21a91..ea42355 100644 --- a/lib/librt/Makefile +++ b/lib/librt/Makefile @@ -6,7 +6,6 @@ CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR} CFLAGS+=-Winline -Wall -g #MAN= libthr.3 -NO_MAN=yes SRCS+= aio.c mq.c sigev_thread.c timer.c |