rules
来自「Ubuntu packages of security software。 相」· 代码 · 共 50 行
TXT
50 行
#!/usr/bin/make -f#export DH_VERBOSE=1export DH_COMPAT=3INSTALLB := install -o0 -g0 -m 0755INSTALLF := install -o0 -g0 -m 0644INSTALLD := install -o0 -g0 -dTMPDIR := debian/niktoclean: dh_testdir dh_testroot dh_cleanbuild:install: dh_testdir dh_testroot dh_clean -k dh_installdirs $(INSTALLF) config.txt $(TMPDIR)/etc/nikto/ $(INSTALLF) plugins/* $(TMPDIR)/usr/share/nikto/plugins/ #$(INSTALLF) versions.txt $(TMPDIR)/usr/share/nikto/plugins/ $(INSTALLF) docs/CHANGES.txt $(TMPDIR)/usr/share/nikto/plugins/ #-rm -f $(TMPDIR)/usr/share/nikto/plugins/LW2.pm $(INSTALLB) nikto.pl $(TMPDIR)/usr/bin/binary-arch: binary-indepbinary-indep: install dh_testdir dh_testroot dh_installdocs $(INSTALLF) debian/nikto.pl.1 $(TMPDIR)/usr/share/man/man1/ dh_installchangelogs docs/CHANGES.txt dh_link dh_compress dh_fixperms dh_installdeb dh_perl dh_gencontrol dh_md5sums dh_builddebbinary: binary-indep binary-arch.PHONY: clean binary-arch binary-indep binary install
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?