summaryrefslogtreecommitdiff
path: root/editors/nedit/patches/patch-ac
blob: ed364b997c9bbdc0be8ccc32849c3aeec620d4b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$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)