mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 02:19:04 +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.
10 lines
120 B
Makefile
10 lines
120 B
Makefile
## $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
include_HEADERS = dnet.h
|
|
|
|
SUBDIRS = dnet
|
|
|
|
EXTRA_DIST = err.h queue.h
|