minires/Makefile.dist: no need for dhcpctl.3 here
Kevin Steves
stevesk at pobox.com
Fri Dec 8 17:11:18 UTC 2006
I do not think the references to dhcpctl.3 are needed here
as it is handled in dhcpctl/Makefile.dist.
--- dhcp-3.0.5-orig/minires/Makefile.dist Thu Jun 10 10:59:40 2004
+++ dhcp-3.0.5/minires/Makefile.dist Fri Dec 8 08:58:42 2006
@@ -21,9 +21,9 @@
# <info at isc.org>
# http://www.isc.org/
-CATMANPAGES = dhcpctl.cat3
-SEDMANPAGES = dhcpctl.man3
-MAN = dhcpctl.3
+CATMANPAGES =
+SEDMANPAGES =
+MAN =
SRC = res_mkupdate.c res_init.c res_update.c res_send.c res_comp.c \
res_sendsigned.c res_findzonecut.c res_query.c res_mkquery.c \
ns_date.c ns_parse.c ns_sign.c ns_name.c ns_samedomain.c ns_verify.c
@@ -62,12 +62,5 @@
fi; \
ln -s $(TOP)/minires/$$foo $$foo; \
done
-
-dhcpctl.cat3: dhcpctl.man3
- nroff -man dhcpctl.man3 >dhcpctl.cat3
-
-dhcpctl.man3: dhcpctl.3
- sed -e "s#ETCDIR#$(ETC)#g" -e "s#DBDIR#$(VARDB)#g" \
- -e "s#RUNDIR#$(VARRUN)#g" < dhcpctl.3 >dhcpctl.man3
# Dependencies (semi-automatically-generated)
More information about the dhcp-hackers
mailing list