Deleted Added
full compact
Makefile (22514) Makefile (26119)
1#
2# (C)opyright 1993-1996 by Darren Reed.
3#
4# This code may be freely distributed as long as it retains this notice
5# and is not changed in any way. The author accepts no responsibility
6# for the use of this software. I hate legaleese, don't you ?
7#
8OBJS=ipsend.o ip.o ipsopt.o

--- 18 unchanged lines hidden (view full) ---

27 @echo " bsd-bpf (4.4BSD variant with BPF in the kernel)"
28 @echo " linux10 (Linux 1.0 kernels)"
29 @echo " linux20 (Linux 2.0 kernels)"
30 @echo " sunos5 (Solaris 2.x)"
31
32.c.o:
33 $(CC) $(CFLAGS) $(LINUXK) -c $< -o $@
34
1#
2# (C)opyright 1993-1996 by Darren Reed.
3#
4# This code may be freely distributed as long as it retains this notice
5# and is not changed in any way. The author accepts no responsibility
6# for the use of this software. I hate legaleese, don't you ?
7#
8OBJS=ipsend.o ip.o ipsopt.o

--- 18 unchanged lines hidden (view full) ---

27 @echo " bsd-bpf (4.4BSD variant with BPF in the kernel)"
28 @echo " linux10 (Linux 1.0 kernels)"
29 @echo " linux20 (Linux 2.0 kernels)"
30 @echo " sunos5 (Solaris 2.x)"
31
32.c.o:
33 $(CC) $(CFLAGS) $(LINUXK) -c $< -o $@
34
35install:
36 -$(INSTALL) -cs -g wheel -m 755 -o root ipsend ipresend iptest $(BINDEST)
37
35bpf sunos4-bpf :
36 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
37 "CFLAGS=$(CFLAGS) -DDOSOCKET"
38 make ipresend "ROBJS=$(ROBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
39 "CFLAGS=$(CFLAGS) -DDOSOCKET"
40 make iptest "TOBJS=$(TOBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
41 "CFLAGS=$(CFLAGS) -DDOSOCKET"
42

--- 49 unchanged lines hidden ---
38bpf sunos4-bpf :
39 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
40 "CFLAGS=$(CFLAGS) -DDOSOCKET"
41 make ipresend "ROBJS=$(ROBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
42 "CFLAGS=$(CFLAGS) -DDOSOCKET"
43 make iptest "TOBJS=$(TOBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
44 "CFLAGS=$(CFLAGS) -DDOSOCKET"
45

--- 49 unchanged lines hidden ---