mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
once more
This commit is contained in:
parent
b8faa34ddb
commit
179c34054c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4727
@ -11,7 +11,7 @@ SRCS= version.c addrtoname.c bpf_dump.c bpf_filter.c bpf_image.c etherent.c \
|
||||
print-rip.c print-sl.c print-snmp.c print-sunrpc.c print-tcp.c \
|
||||
print-tftp.c print-udp.c savefile.c tcpdump.c tcpgram.c \
|
||||
tcplex.c util.c
|
||||
.PATH: ${.CURDIR}/../../sys/net
|
||||
.PATH: ${.CURDIR}/../../../sys/net
|
||||
CLEANFILES+= tcpgram.c tcplex.c y.tab.h y.tab.c version.c version.h
|
||||
DPADD+= ${LIBL}
|
||||
LDADD+= -ll
|
||||
|
@ -5,7 +5,7 @@ CFLAGS+=-DCSLIP -I. -I$(.CURDIR)/../tcpdump
|
||||
MAN1= tcpslice.1
|
||||
SRCS= version.c tcpslice.c gwtm2secs.c search.c \
|
||||
savefile.c bpf_filter.c md.c util.c
|
||||
.PATH: ${.CURDIR}/../tcpdump ${.CURDIR}/../../sys/net
|
||||
.PATH: ${.CURDIR}/../tcpdump ${.CURDIR}/../../../sys/net
|
||||
CLEANFILES+= version.c version.h
|
||||
|
||||
version.c version.h: $(.CURDIR)/../tcpdump/VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user