mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
8 lines
231 B
Makefile
8 lines
231 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
# include in the dist for now
|
|
EXTRA_DIST = s2b.pl snort2bro
|
|
|
|
# OR we can install them on a make install
|
|
#scriptsdir=$(prefix)/etc
|
|
#dist_scripts_SCRIPTS = s2b.pl snort2bro
|