$OpenBSD: patch-Makefile_in,v 1.4 2019/09/14 21:18:18 sthen Exp $

Using $< in a non-suffix rule context is a GNUmake idiom (Makefile:1279)

Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
@@ -1297,7 +1297,7 @@ cleanall: clean distclean
 	-rm -rf m4 config
 
 monit.1: doc/monit.pod
-	$(POD2MAN) $(POD2MANFLAGS) $< > $@
+	$(POD2MAN) $(POD2MANFLAGS) doc/monit.pod > $@
 	-rm -f pod2*
 
 # -------------
