diff options
| author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-03-20 16:49:43 +0000 |
|---|---|---|
| committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-03-20 16:49:43 +0000 |
| commit | 6b204d5c4433e10194f3889be52b1d6203846e41 (patch) | |
| tree | d655e7b5f79b45ca44a20fc6426c35cb6a436604 /japanese/man/files/patch-aa | |
| parent | Makefile simplifications. (diff) | |
original distribution updated to 1.1f.
simplify xpg4 related things.
do not depend on emacs.
PR: 5251
Notes
Notes:
svn path=/head/; revision=10241
Diffstat (limited to 'japanese/man/files/patch-aa')
| -rw-r--r-- | japanese/man/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/man/files/patch-aa b/japanese/man/files/patch-aa new file mode 100644 index 000000000000..62e35c655f81 --- /dev/null +++ b/japanese/man/files/patch-aa @@ -0,0 +1,12 @@ +--- man/Makefile Sun Dec 7 20:01:18 1997 ++++ man/Makefile Thu Mar 5 09:44:02 1998 +@@ -12,7 +12,9 @@ + CFLAGS+= -I${LIBDESTDIR} + DPADD= ${LIBDESTDIR}/libman.a + LDADD= -L${LIBDESTDIR} -lman ++.if exists(/usr/lib/libxpg4.a) + LDADD+= -L/usr/lib -lxpg4 ++.endif + + .if exists(${.OBJDIR}) + MAN1= ${.OBJDIR}/jman.1 |
