diff options
author | trhodes <trhodes@FreeBSD.org> | 2007-02-15 02:43:14 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2007-02-15 02:43:14 +0000 |
commit | a51adc2db0cef3f4229c41c0b708707a03dda7f3 (patch) | |
tree | f35fb030b19d75138ec688941db600669f4594fa /lib | |
parent | d75b5ea10eee14f0a0301b6f7916f0d993cf0db2 (diff) | |
download | FreeBSD-src-a51adc2db0cef3f4229c41c0b708707a03dda7f3.zip FreeBSD-src-a51adc2db0cef3f4229c41c0b708707a03dda7f3.tar.gz |
Hook ypclnt.3 up to the build.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libypclnt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libypclnt/Makefile b/lib/libypclnt/Makefile index de237de..857adf0 100644 --- a/lib/libypclnt/Makefile +++ b/lib/libypclnt/Makefile @@ -2,6 +2,7 @@ LIB= ypclnt SHLIB_MAJOR= 2 +MAN= ypclnt.3 SRCS= ypclnt_connect.c \ ypclnt_error.c \ ypclnt_free.c \ |