$NetBSD: patch-ac,v 1.2 1998/08/07 10:40:32 agc Exp $ --- Makefile.orig Thu Mar 19 22:20:29 1998 +++ Makefile Wed Jun 3 01:31:53 1998 @@ -42,3 +42,7 @@ linux_nedit: (cd util; $(MAKE) -f Makefile.linux libNUtil.a) (cd source; $(MAKE) -f Makefile.linux nedit nc) + +netbsd_nedit: + (cd util; $(MAKE) -f Makefile.netbsd libNUtil.a) + (cd source; $(MAKE) -f Makefile.netbsd nedit nc)