diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-08 01:30:51 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-08 01:30:51 +0800 |
commit | e718d4c786c1e12c1675597e106711a60e086511 (patch) | |
tree | 9a0a5ff3a8938096f7b80fecb9edad48d5647eb2 /security/acid | |
parent | c7ac1214316d7538a870a6fe4bccf9cbf1a0fbb9 (diff) | |
download | freebsd-ports-gnome-e718d4c786c1e12c1675597e106711a60e086511.tar.gz freebsd-ports-gnome-e718d4c786c1e12c1675597e106711a60e086511.tar.zst freebsd-ports-gnome-e718d4c786c1e12c1675597e106711a60e086511.zip |
Add new html and php files
PR: 26336
Approved by: will
No Response: maintainer
Diffstat (limited to 'security/acid')
-rw-r--r-- | security/acid/files/Makefile.acid | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/security/acid/files/Makefile.acid b/security/acid/files/Makefile.acid index b1ef1a723531..4373759d7b9c 100644 --- a/security/acid/files/Makefile.acid +++ b/security/acid/files/Makefile.acid @@ -8,18 +8,29 @@ INSTALL=install ACIDFILES=\ README \ + acid_ag_common.php \ + acid_ag_main.php \ + acid_app_faq.php \ acid_common.php \ acid_conf.php \ + acid_db_common.php \ + acid_db_setup.php \ + acid_email.php \ + acid_email_sqlcalls.php \ acid_footer.html \ acid_hdr1.html \ - acid_hdr2.html \ + acid_hdr2.html \ acid_main.php \ + acid_pkt_common.php \ acid_pkt_form.php \ acid_pkt_main.php \ - acid_pkt_sqlcalls.php \ + acid_pkt_sqlcalls.php \ acid_stat_alerts.php \ acid_stat_common.php \ - acid_stat_time.php \ + acid_stat_ipaddr.php \ + acid_stat_sensor.php \ + acid_stat_time.php \ + acid_stat_uaddr.php \ acid_style.css \ index.html |