*** Makefile.orig	Sun Apr 14 21:37:39 1996
--- Makefile	Sun Apr 14 21:37:32 1996
***************
*** 0 ****
--- 1,15 ----
+ #
+ # Makefile for NEdit text editor
+ #
+ # targets: sgi_nedit, hp_nedit, ultrix_nedit, ibm_nedit, sunos_nedit,
+ #	   solaris_nedit, dec_nedit, linux_nedit, freebsd_nedit
+ #
+ # Builds an intermediate library in util directory, then builds
+ # the nedit executable in the source directory
+ #
+ 
+ all:
+ 	(cd src; make openbsd)
+ 
+ install::
+ 	(cd src; make install)
