mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 11:29:01 +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.
20 lines
407 B
Makefile
20 lines
407 B
Makefile
## $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
SUBDIRS = include src
|
|
|
|
bin_SCRIPTS = dnet-config
|
|
|
|
EXTRA_DIST = LICENSE Makefile.am.common acconfig.h libdnet.spec
|
|
|
|
CLEANFILES = dnet-config
|
|
|
|
AUX_DIST = $(ac_aux_dir)/acinclude.m4 \
|
|
$(ac_aux_dir)/config.guess \
|
|
$(ac_aux_dir)/config.sub \
|
|
$(ac_aux_dir)/install-sh \
|
|
$(ac_aux_dir)/ltmain.sh \
|
|
$(ac_aux_dir)/missing \
|
|
$(ac_aux_dir)/mkinstalldirs
|