--- Makefile.~1~	Thu Mar 19 13:20:29 1998
+++ Makefile	Wed Jul 15 17:19:37 1998
@@ -2,7 +2,7 @@
 # Makefile for NEdit text editor
 #
 # targets: sgi_nedit, hp_nedit, ultrix_nedit, ibm_nedit, sunos_nedit,
-#	   solaris_nedit, dec_nedit, linux_nedit
+#	   solaris_nedit, dec_nedit, linux_nedit, openbsd_nedit
 #
 # Builds an intermediate library in util directory, then builds
 # the nedit executable in the source directory
@@ -42,3 +42,8 @@
 linux_nedit:
 	(cd util; $(MAKE) -f Makefile.linux libNUtil.a)
 	(cd source; $(MAKE) -f Makefile.linux nedit nc)
+
+openbsd_nedit:
+	(cd util; $(MAKE) -f Makefile.openbsd libNUtil.a)
+	(cd source; $(MAKE) -f Makefile.openbsd nedit nc)
+
