Fix build on HEAD.

Makefiles that use the FreeBSD make infrastructure should be seeing
MAN= rather than defining NO_MAN since 2014.
This commit is contained in:
Brooks Davis 2019-11-21 20:52:29 +00:00
parent 7b04eb900c
commit 287f0ce137
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518112

View file

@ -0,0 +1,10 @@
--- Makefile.orig
+++ Makefile
@@ -1,6 +1,6 @@
PROG= bsdec2-image-upload
SRCS= main.c
-NO_MAN ?= yes
+MAN =
WARNS ?= 3
BINDIR ?= /usr/local/bin
LDADD += -lcrypto -lssl