diff options
author | ru <ru@FreeBSD.org> | 2001-03-26 14:42:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-26 14:42:20 +0000 |
commit | afd506414eebce28d614a4695ce243499d0139bc (patch) | |
tree | b29637fd9b9c344d57309d43ffa65d787ea31dff /usr.sbin/ypserv | |
parent | 86642a4ab498a232761f0dcb1ca83f06fc0d5a40 (diff) | |
download | FreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.zip FreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.tar.gz |
- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r-- | usr.sbin/ypserv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile index 851cc22..9de9bdc 100644 --- a/usr.sbin/ypserv/Makefile +++ b/usr.sbin/ypserv/Makefile @@ -4,7 +4,7 @@ PROG= ypserv SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \ ypxfr_clnt.c yp.h yp_main.c yp_error.c yp_access.c yp_svc_udp.c -MAN8= ypserv.8 ypinit.8 +MAN= ypserv.8 ypinit.8 CFLAGS+= -I. -DDB_CACHE |