mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 05:47:45 +00:00
Clean sedded man pages as well as catted man pages.
This commit is contained in:
parent
9ca38ac2fe
commit
74aa4f0ee3
@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
CATMANPAGES = dhclient.cat8 dhclient.conf.cat5 dhclient-script.cat8 \
|
CATMANPAGES = dhclient.cat8 dhclient.conf.cat5 dhclient-script.cat8 \
|
||||||
dhclient.leases.cat5
|
dhclient.leases.cat5
|
||||||
|
SEDMANPAGES = dhclient.man8 dhclient.conf.man5 dhclient-script.man8 \
|
||||||
|
dhclient.leases.man5
|
||||||
SRCS = dhclient.c clparse.c
|
SRCS = dhclient.c clparse.c
|
||||||
OBJS = dhclient.o clparse.o
|
OBJS = dhclient.o clparse.o
|
||||||
PROG = dhclient
|
PROG = dhclient
|
||||||
@ -67,7 +69,7 @@ clean:
|
|||||||
-rm -f $(OBJS)
|
-rm -f $(OBJS)
|
||||||
|
|
||||||
realclean: clean
|
realclean: clean
|
||||||
-rm -f $(PROG) $(CATMANPAGES) *~ #*
|
-rm -f $(PROG) $(CATMANPAGES) $(SEDMANPAGES) *~ #*
|
||||||
|
|
||||||
distclean: realclean
|
distclean: realclean
|
||||||
-rm -f Makefile
|
-rm -f Makefile
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
CATMANPAGES = dhcp-options.cat5 dhcp-contrib.cat5 dhcp-eval.cat5
|
CATMANPAGES = dhcp-options.cat5 dhcp-contrib.cat5 dhcp-eval.cat5
|
||||||
|
SEDMANPAGES = dhcp-options.man5 dhcp-contrib.man5 dhcp-eval.man5
|
||||||
SRC = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
|
SRC = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
|
||||||
lpf.c dlpi.c packet.c memory.c print.c options.c inet.c convert.c \
|
lpf.c dlpi.c packet.c memory.c print.c options.c inet.c convert.c \
|
||||||
tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c dns.c \
|
tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c dns.c \
|
||||||
@ -64,7 +65,7 @@ clean:
|
|||||||
-rm -f $(OBJ)
|
-rm -f $(OBJ)
|
||||||
|
|
||||||
realclean: clean
|
realclean: clean
|
||||||
-rm -f libdhcp.a *~ #* $(CATMANPAGES)
|
-rm -f libdhcp.a *~ #* $(CATMANPAGES) $(SEDMANPAGES)
|
||||||
|
|
||||||
distclean: realclean
|
distclean: realclean
|
||||||
-rm -f Makefile
|
-rm -f Makefile
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
CATMANPAGES = dhcrelay.cat8
|
CATMANPAGES = dhcrelay.cat8
|
||||||
|
SEDMANPAGES = dhcrelay.man8
|
||||||
SRCS = dhcrelay.c
|
SRCS = dhcrelay.c
|
||||||
OBJS = dhcrelay.o
|
OBJS = dhcrelay.o
|
||||||
PROG = dhcrelay
|
PROG = dhcrelay
|
||||||
@ -53,7 +54,7 @@ clean:
|
|||||||
-rm -f $(OBJS) dhclient.o
|
-rm -f $(OBJS) dhclient.o
|
||||||
|
|
||||||
realclean: clean
|
realclean: clean
|
||||||
-rm -f $(PROG) $(CATMANPAGES) *~ #*
|
-rm -f $(PROG) $(CATMANPAGES) $(SEDMANPAGES) *~ #*
|
||||||
|
|
||||||
distclean: realclean
|
distclean: realclean
|
||||||
-rm -f Makefile
|
-rm -f Makefile
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
CATMANPAGES = dhcpd.cat8 dhcpd.conf.cat5 dhcpd.leases.cat5
|
CATMANPAGES = dhcpd.cat8 dhcpd.conf.cat5 dhcpd.leases.cat5
|
||||||
|
SEDMANPAGES = dhcpd.man8 dhcpd.conf.man5 dhcpd.leases.man5
|
||||||
SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c class.c failover.c
|
SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c class.c failover.c
|
||||||
OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o class.o failover.o
|
OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o class.o failover.o
|
||||||
PROG = dhcpd
|
PROG = dhcpd
|
||||||
@ -57,7 +58,7 @@ clean:
|
|||||||
-rm -f $(OBJS)
|
-rm -f $(OBJS)
|
||||||
|
|
||||||
realclean: clean
|
realclean: clean
|
||||||
-rm -f $(PROG) $(CATMANPAGES) *~ #*
|
-rm -f $(PROG) $(CATMANPAGES) $(SEDMANPAGES) *~ #*
|
||||||
|
|
||||||
distclean: realclean
|
distclean: realclean
|
||||||
-rm -f Makefile
|
-rm -f Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user