mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 18:39:03 +00:00
Nmap's changes have been moved from the NMAP_MODIFICATIONS file to the Github repo at https://github.com/nmap/libdnet The NMAP_MODIFICATIONS file instead will document only the changes made to strip unused parts of the libdnet source prior to inclusion in Nmap.
9 lines
222 B
Makefile
9 lines
222 B
Makefile
## $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
dnetincludedir = $(includedir)/dnet
|
|
|
|
dnetinclude_HEADERS = addr.h arp.h blob.h eth.h fw.h icmp.h intf.h ip.h \
|
|
ip6.h os.h rand.h route.h tcp.h tun.h udp.h sctp.h ndisc.h
|