diff options
author | imp <imp@FreeBSD.org> | 2014-04-25 19:25:05 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2014-04-25 19:25:05 +0000 |
commit | e27daff3c91f2ac226caaef0895f62c97a510350 (patch) | |
tree | 507607299f55a4837c07a391c777486effd7515c /usr.bin | |
parent | b9b324eac516693026e712ed0319e678b9599f29 (diff) | |
download | FreeBSD-src-e27daff3c91f2ac226caaef0895f62c97a510350.zip FreeBSD-src-e27daff3c91f2ac226caaef0895f62c97a510350.tar.gz |
Eliminate last vestigies of NO_MAN= in the tree. Also, remove
ineffectual NOMAN= lines. These don't change the build at all.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/svn/lib/libapr/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/svn/lib/libserf/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/svn/lib/libsqlite3/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/svn/lib/libapr/Makefile b/usr.bin/svn/lib/libapr/Makefile index 81f7e43..4504125 100644 --- a/usr.bin/svn/lib/libapr/Makefile +++ b/usr.bin/svn/lib/libapr/Makefile @@ -20,8 +20,6 @@ SRCS= apr_cpystrn.c apr_fnmatch.c apr_getpass.c apr_hash.c \ thread_mutex.c thread_rwlock.c threadpriv.c time.c \ timestr.c userinfo.c version.c waitio.c -NOMAN= internalonly - .PATH: ${APR}/atomic/unix ${APR}/dso/unix ${APR}/file_io/unix \ ${APR}/locks/unix ${APR}/memory/unix ${APR}/misc/unix \ ${APR}/mmap/unix ${APR}/network_io/unix ${APR}/passwd \ diff --git a/usr.bin/svn/lib/libserf/Makefile b/usr.bin/svn/lib/libserf/Makefile index fa79cf3..f8d618f 100644 --- a/usr.bin/svn/lib/libserf/Makefile +++ b/usr.bin/svn/lib/libserf/Makefile @@ -14,8 +14,6 @@ SRCS= aggregate_buckets.c allocator.c auth.c auth_basic.c \ response_body_buckets.c response_buckets.c simple_buckets.c \ socket_buckets.c ssl_buckets.c ssltunnel.c -NOMAN= internalonly - .PATH: ${SERF}/buckets ${SERF}/auth ${SERF} CFLAGS+= -I${.CURDIR} -I${SERF} \ diff --git a/usr.bin/svn/lib/libsqlite3/Makefile b/usr.bin/svn/lib/libsqlite3/Makefile index 49b6d1d..15a2d00 100644 --- a/usr.bin/svn/lib/libsqlite3/Makefile +++ b/usr.bin/svn/lib/libsqlite3/Makefile @@ -7,8 +7,6 @@ LIB= sqlite3 SRCS= sqlite3.c -NOMAN= internalonly - .PATH: ${SQLITE} CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} \ |