Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/amd/doc pull up revs 1.6-1.7 from trunk (reque...



details:   https://anonhg.NetBSD.org/src/rev/b1a4d14be333
branches:  netbsd-1-4
changeset: 469437:b1a4d14be333
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Sep 21 04:56:07 1999 +0000

description:
pull up revs 1.6-1.7 from trunk (requested by christos):
  Upgrade amd(8) and related software to fix expoitable stack overflows
  in amq(8), as reported in BUGTRAQ and elsewhere.

diffstat:

 usr.sbin/amd/doc/Makefile |  17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

diffs (23 lines):

diff -r 49f1a4e761a9 -r b1a4d14be333 usr.sbin/amd/doc/Makefile
--- a/usr.sbin/amd/doc/Makefile Tue Sep 21 04:56:00 1999 +0000
+++ b/usr.sbin/amd/doc/Makefile Tue Sep 21 04:56:07 1999 +0000
@@ -1,15 +1,6 @@
-#      $NetBSD: Makefile,v 1.5 1997/09/22 22:10:49 christos Exp $
-
-PROG = am-utils
-SRCS = am-utils.texinfo
-
-${PROG}: am-utils.dvi
+#      $NetBSD: Makefile,v 1.5.4.1 1999/09/21 04:56:07 cgd Exp $
 
-am-utils.dvi: ${SRCS}
-       -tex am-utils.texinfo; tex am-utils.texinfo
+TEXINFO = am-utils.info
+INFOFLAGS = -I${.CURDIR}
 
-clean:
-       -rm -f am-utils.aux am-utils.cp am-utils.cps am-utils.dvi am-utils.fn \
-        am-utils.fns am-utils.ky am-utils.kys am-utils.log am-utils.pg \
-        am-utils.pgs am-utils.toc am-utils.tp am-utils.tps am-utils.vr \
-        am-utils.vrs
+.include <bsd.info.mk>



Home | Main Index | Thread Index | Old Index