diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-03-03 13:56:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-03-03 13:56:22 +0000 |
commit | b04c706d13c0ab10f320cc080d7519df80ad9fb7 (patch) | |
tree | c992e1ba089e3b7144db1286126fa307b89668df /news | |
parent | fd983763d71f0a99688e45a406eb37aa7d7249c2 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/files/patch-aa | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa index ec75025f9fa8..6e69a013b93e 100644 --- a/news/tin/files/patch-aa +++ b/news/tin/files/patch-aa @@ -1,5 +1,5 @@ *** Makefile.orig Sat Sep 25 18:29:52 1993 ---- Makefile Sun Mar 3 15:49:48 1996 +--- Makefile Sun Mar 3 16:53:56 1996 *************** *** 2,8 **** # @@ -28,7 +28,7 @@ INS_MANUAL_EXT = 1 # From: address in posted articles (don't use both - read the INSTALL file) ---- 11,29 ---- +--- 11,28 ---- #YACC = bison -y #DEBUG = DEBUG = -g -DDEBUG @@ -39,7 +39,6 @@ ! SPOOLDIR= /var/news ! NOVROOTDIR= $(SPOOLDIR)/over.view ! NNTP_SERVER_FILE=${PREFIX}/etc/nntpserver -! SMTP_SERVER_FILE=${PREFIX}/etc/smtpserver # Where do you want the binary & manual page installed? ! INS_BINARY_DIR = ${PREFIX}/bin @@ -58,7 +57,7 @@ #BASE_VER= 1.21/tin-1.21 BASE_VER= 170993 VER = 1.22 ---- 47,54 ---- +--- 46,53 ---- SHELL = /bin/sh STRIP = strip STRIP2 = mcs -d @@ -85,7 +84,7 @@ # For IBM AIX aix: ---- 102,134 ---- +--- 101,132 ---- @echo " make qnx [ QNX 4.1 ] make sco [ SCO Unix ]" @echo " make sinix [ SNI Sinix ] make tower [ NCR Tower]" @echo " make xenix [ SCO Xenix 386 ]" @@ -112,7 +111,6 @@ + -DLIBDIR=\"$(LIBDIR)\" \ + -DSPOOLDIR=\"$(SPOOLDIR)\" \ + -DNNTP_SERVER_FILE=\"$(NNTP_SERVER_FILE)\" \ -+ -DSMTP_SERVER_FILE=\"$(SMTP_SERVER_FILE)\" \ + -DNOVROOTDIR=\"$(NOVROOTDIR)\"' \ + LIBS="-ltermcap $(INN_NNTPLIB)" \ + EXE=tin linkit |