$OpenBSD: patch-Makefile,v 1.4 2017/06/03 12:46:37 sthen Exp $
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -666,7 +666,7 @@ local.h:
 	set +e; \
 	  [ -r local.h ]  ||  (cp local.h.generic local.h; chmod u+w local.h)
 
-msgs.h:	config.sh FRC
+msgs.h:	config.sh
 	@. ./config.sh; \
 	  set $(SHELLDEBUG); \
 	  set +e; \
@@ -681,8 +681,6 @@ msgs.h:	config.sh FRC
 	    set -x; \
 	    rm -f msgs.h; $$LINK -s $$msgs msgs.h  ||  cp $$msgs msgs.h; \
 	  fi
-
-FRC:
 
 tags:	config.h *.[chy]
 	ctags -w -t *.[chy]
