diff options
Diffstat (limited to 'net/sup/files')
-rw-r--r-- | net/sup/files/patch-lib_Makefile | 14 | ||||
-rw-r--r-- | net/sup/files/patch-supscan_Makefile | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net/sup/files/patch-lib_Makefile b/net/sup/files/patch-lib_Makefile new file mode 100644 index 000000000000..89d12b581d6b --- /dev/null +++ b/net/sup/files/patch-lib_Makefile @@ -0,0 +1,14 @@ +--- lib/Makefile.orig ++++ lib/Makefile +@@ -2,10 +2,9 @@ + + NOLINT= # defined + NOPIC= # defined +-NOPROFILE=# defined + NO_LINT= # defined + NO_PIC= # defined +-NO_PROFILE=# defined ++MK_PROFILE=no + + LIB= sup + diff --git a/net/sup/files/patch-supscan_Makefile b/net/sup/files/patch-supscan_Makefile new file mode 100644 index 000000000000..4e4720ed1ff4 --- /dev/null +++ b/net/sup/files/patch-supscan_Makefile @@ -0,0 +1,14 @@ +--- supscan/Makefile.orig ++++ supscan/Makefile +@@ -1,10 +1,8 @@ + # $NetBSD: Makefile,v 1.6 2002/09/18 13:31:56 lukem Exp $ + +-NOMAN= # defined +-NO_MAN= # defined +- + PROG= supscan + SRCS= supscan.c scan.c ++MAN= + + .PATH: ${.CURDIR}/../source + |