e8c9eaf450
- format man pages using new jgroff, so that we can install a full set of documentation. - move INSTALL script into a separate script, so that adding a new user need not be done at the time of INSTALL. - add a few strlcpy to fix a few holes. This stuff is rather bad, though. - use terminfo instead of termcap, for better keycap names, fixing quite a few bugs that made it impossible to build that version along the way... - move scripts into /usr/local/bin instead of /usr/local/bin/Wnn4. - use @comment no checksum in packing list, even though pkg_add does not support that yet. Not quite completely ready, but getting there...
30 lines
960 B
Plaintext
30 lines
960 B
Plaintext
$OpenBSD: patch-Wnn_jlib_V3_Imakefile,v 1.1 2000/04/16 21:53:30 espie Exp $
|
|
--- Wnn/jlib.V3/Imakefile.orig Wed Aug 17 03:10:13 1994
|
|
+++ Wnn/jlib.V3/Imakefile Thu Apr 13 20:41:39 2000
|
|
@@ -19,6 +19,10 @@ SRC3= $(WNNETCSRC)/sstrings.c
|
|
OBJ3= sstrings.o
|
|
SRCS= $(SRC1) $(SRC2) $(SRC3)
|
|
OBJS= $(OBJ1) $(OBJ2) $(OBJ3)
|
|
+SRC4= $(WNNETCSRC)/xutoj.c
|
|
+OBJ4= xutoj.o
|
|
+SRCS= $(SRC1) $(SRC2) $(SRC3) $(SRC4)
|
|
+OBJS= $(OBJ1) $(OBJ2) $(OBJ3) $(OBJ4)
|
|
|
|
LibraryObjectRule()
|
|
|
|
@@ -31,7 +35,7 @@ libjd.a: $(OBJS) $(WNNJLIB)
|
|
|
|
LintLibraryTarget(jd,$(SRCS))
|
|
InstallLibrary(jd,$(WNNLIBDIR))
|
|
-InstallNonExecFile($(WNNINCLUDESRC)/jlib.h,$(JWNNINCDIR))
|
|
+InstallNonExecFile(jlib.h,$(JWNNINCDIR))
|
|
|
|
#if DebugLibJd
|
|
DebuggedLibraryTarget(jd,$(OBJS))
|
|
@@ -42,4 +46,5 @@ NamedMakeSubdirs($(WNNJLIB),$(WNNJLIBSRC
|
|
|
|
WnnSpecialObjectRule($(OBJ2),$(SRC2),$(WNNETCSRC),)
|
|
WnnSpecialObjectRule($(OBJ3),$(SRC3),$(WNNETCSRC),)
|
|
+WnnSpecialObjectRule($(OBJ4),$(SRC4),$(WNNETCSRC),)
|
|
DependTarget()
|