summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-26 14:33:27 +0000
committerru <ru@FreeBSD.org>2001-03-26 14:33:27 +0000
commit86642a4ab498a232761f0dcb1ca83f06fc0d5a40 (patch)
tree4c55e88911d04809d49725d75147eb7a9f591bbd /sbin/dhclient
parent45d92a4319ace58d340a2d927cce946cca698aff (diff)
downloadFreeBSD-src-86642a4ab498a232761f0dcb1ca83f06fc0d5a40.zip
FreeBSD-src-86642a4ab498a232761f0dcb1ca83f06fc0d5a40.tar.gz
- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile
index a88f532..8f257c5 100644
--- a/sbin/dhclient/Makefile
+++ b/sbin/dhclient/Makefile
@@ -13,8 +13,8 @@ SRCS+= alloc.c bpf.c conflex.c convert.c dispatch.c errwarn.c ethernet.c \
CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR}
CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/bin:/usr/sbin:/usr/bin"' -Dwarn=dhcp_warn
-MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5
-MAN8= dhclient.8 dhclient-script.8
+MAN= dhclient.conf.5 dhclient.leases.5 dhcp-options.5
+MAN+= dhclient.8 dhclient-script.8
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
OpenPOWER on IntegriCloud