diff options
author | June McEnroe <june@causal.agency> | 2022-03-21 17:12:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-03-21 17:12:32 -0400 |
commit | 4d3c8fc012e05e90be516bfd8ef7d528123bed12 (patch) | |
tree | e51c0ebe3d626e45f0fcff7092e6fdf0af78f279 /man/Makefile.am | |
parent | Import LibreSSL 3.5.0 (diff) | |
download | libretls-4d3c8fc012e05e90be516bfd8ef7d528123bed12.tar.gz libretls-4d3c8fc012e05e90be516bfd8ef7d528123bed12.zip |
Import LibreSSL 3.5.1
Diffstat (limited to '')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 6ab71ef..5c1bee7 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -2985,7 +2985,6 @@ install-data-hook: ln -sf "bn_dump.3" "$(DESTDIR)$(mandir)/man3/mul.3" ln -sf "bn_dump.3" "$(DESTDIR)$(mandir)/man3/mul_add.3" ln -sf "bn_dump.3" "$(DESTDIR)$(mandir)/man3/sqr.3" - ln -sf "d2i_ASN1_BOOLEAN.3" "$(DESTDIR)$(mandir)/man3/i2d_ASN1_BOOLEAN.3" ln -sf "d2i_ASN1_NULL.3" "$(DESTDIR)$(mandir)/man3/i2d_ASN1_NULL.3" ln -sf "d2i_ASN1_OBJECT.3" "$(DESTDIR)$(mandir)/man3/i2d_ASN1_OBJECT.3" ln -sf "d2i_ASN1_OCTET_STRING.3" "$(DESTDIR)$(mandir)/man3/d2i_ASN1_BIT_STRING.3" @@ -5865,7 +5864,6 @@ uninstall-local: -rm -f "$(DESTDIR)$(mandir)/man3/mul.3" -rm -f "$(DESTDIR)$(mandir)/man3/mul_add.3" -rm -f "$(DESTDIR)$(mandir)/man3/sqr.3" - -rm -f "$(DESTDIR)$(mandir)/man3/i2d_ASN1_BOOLEAN.3" -rm -f "$(DESTDIR)$(mandir)/man3/i2d_ASN1_NULL.3" -rm -f "$(DESTDIR)$(mandir)/man3/i2d_ASN1_OBJECT.3" -rm -f "$(DESTDIR)$(mandir)/man3/d2i_ASN1_BIT_STRING.3" |