2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +00:00

Clean sedded man pages as well as catted man pages.

This commit is contained in:
Ted Lemon 1999-04-24 00:20:10 +00:00
parent 9ca38ac2fe
commit 74aa4f0ee3
4 changed files with 9 additions and 4 deletions

View File

@ -19,6 +19,8 @@
CATMANPAGES = dhclient.cat8 dhclient.conf.cat5 dhclient-script.cat8 \
dhclient.leases.cat5
SEDMANPAGES = dhclient.man8 dhclient.conf.man5 dhclient-script.man8 \
dhclient.leases.man5
SRCS = dhclient.c clparse.c
OBJS = dhclient.o clparse.o
PROG = dhclient
@ -67,7 +69,7 @@ clean:
-rm -f $(OBJS)
realclean: clean
-rm -f $(PROG) $(CATMANPAGES) *~ #*
-rm -f $(PROG) $(CATMANPAGES) $(SEDMANPAGES) *~ #*
distclean: realclean
-rm -f Makefile

View File

@ -18,6 +18,7 @@
#
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 \
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 \
@ -64,7 +65,7 @@ clean:
-rm -f $(OBJ)
realclean: clean
-rm -f libdhcp.a *~ #* $(CATMANPAGES)
-rm -f libdhcp.a *~ #* $(CATMANPAGES) $(SEDMANPAGES)
distclean: realclean
-rm -f Makefile

View File

@ -18,6 +18,7 @@
#
CATMANPAGES = dhcrelay.cat8
SEDMANPAGES = dhcrelay.man8
SRCS = dhcrelay.c
OBJS = dhcrelay.o
PROG = dhcrelay
@ -53,7 +54,7 @@ clean:
-rm -f $(OBJS) dhclient.o
realclean: clean
-rm -f $(PROG) $(CATMANPAGES) *~ #*
-rm -f $(PROG) $(CATMANPAGES) $(SEDMANPAGES) *~ #*
distclean: realclean
-rm -f Makefile

View File

@ -18,6 +18,7 @@
#
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
OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o class.o failover.o
PROG = dhcpd
@ -57,7 +58,7 @@ clean:
-rm -f $(OBJS)
realclean: clean
-rm -f $(PROG) $(CATMANPAGES) *~ #*
-rm -f $(PROG) $(CATMANPAGES) $(SEDMANPAGES) *~ #*
distclean: realclean
-rm -f Makefile