diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
commit | 25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa (patch) | |
tree | e9b08b54acff71fa727310a461d700095bbe9587 /lib/libisc | |
parent | e429759bcf3eb8398d78b1609e915121e319b017 (diff) | |
download | FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.zip FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'lib/libisc')
-rw-r--r-- | lib/libisc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libisc/Makefile b/lib/libisc/Makefile index f0bd477..a368f3c 100644 --- a/lib/libisc/Makefile +++ b/lib/libisc/Makefile @@ -29,9 +29,9 @@ INCS= ${BIND_DIR}/include/isc/assertions.h \ ${BIND_DIR}/include/isc/tree.h INCDIR= /usr/include/isc -MAN3= assertions.3 bitncmp.3 eventlib.3 heap.3 \ +MAN= assertions.3 bitncmp.3 eventlib.3 heap.3 \ logging.3 memcluster.3 tree.3 -CLEANFILES+= ${MAN3} +CLEANFILES+= ${MAN} MLINKS+= assertions.3 ENSURE.3 \ assertions.3 ENSURE_ERR.3 \ |