f116dfe7c6
from Berndt Josef Wulf <wulf@ping.net.au>; install nc as ncl so it dies not conflict with netcat; install nedit.doc; use mkstemp instead of tmpnam; don't require MOTIF, just libXm (LessTif allowed)
21 lines
679 B
Plaintext
21 lines
679 B
Plaintext
--- 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)
|
|
+
|