diff options
Diffstat (limited to 'net/sup/files/patch-supscan_Makefile')
-rw-r--r-- | net/sup/files/patch-supscan_Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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 + |