mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
17 lines
465 B
Plaintext
17 lines
465 B
Plaintext
$NetBSD: patch-an,v 1.1.1.1 2011/11/20 06:25:18 agc Exp $
|
|
|
|
NetBSD uses the straight "MAN" definition for manual pages
|
|
|
|
--- libelftc/Makefile 2011/11/19 10:22:19 1.1
|
|
+++ libelftc/Makefile 2011/11/19 10:24:35
|
|
@@ -28,6 +28,9 @@
|
|
elftc_demangle.3 \
|
|
elftc_version.3
|
|
|
|
+# for NetBSD
|
|
+MAN= ${MAN3}
|
|
+
|
|
MLINKS= elftc_bfd_find_target.3 elftc_bfd_target_byteorder.3 \
|
|
elftc_bfd_find_target.3 elftc_bfd_target_class.3 \
|
|
elftc_bfd_find_target.3 elftc_bfd_target_flavor.3
|