Subject: misc/459: /usr/src/share/man/man4 Makefile missing man4.amiga subdir
To: None <gnats-admin>
From: Rafal Boni <rafal@rafal.slip.uiuc.edu>
List: netbsd-bugs
Date: 09/05/1994 13:20:17
>Number: 459
>Category: misc
>Synopsis: /usr/src/share/man/man4 Makefile missing man4.amiga subdir
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin (Misc Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Sep 5 13:20:08 1994
>Originator: Rafal Boni
>Organization:
...me organized? Huh!
>Release: NetBSD 1.0_BETA
>Environment:
NetBSD 1.0_BETA from ~ 9/1
System: NetBSD rafal.slip.uiuc.edu 1.0_BETA NetBSD 1.0_BETA (RAFAL) #0: Thu Sep 1 03:10:40 CDT 1994 root@rafal.slip.uiuc.edu:/usr/src/sys/arch/i386/compile/RAFAL i386
>Description:
/usr/src/share/man4 Makefile is missing "man4.amiga" in subdirs line
>How-To-Repeat:
Do a "make" in /usr/src/share/man4
Watch none of the amiga files be made
>Fix:
"diff -u Makefile Makefile.new" output follows:
--- Makefile Thu Aug 4 06:07:07 1994
+++ Makefile.new Sat Sep 3 13:47:50 1994
@@ -5,6 +5,6 @@
inet.0 ip.0 iso.0 lkm.0 lo.0 netintro.0 ns.0 nsip.0 null.0 pty.0 \
route.0 spp.0 tb.0 tcp.0 termios.0 tp.0 udp.0 unix.0
MLINKS= netintro.4 networking.4
-SUBDIR= man4.hp300 man4.i386 man4.mac68k man4.tahoe man4.vax man4.sparc
+SUBDIR= man4.amiga man4.hp300 man4.i386 man4.mac68k man4.tahoe man4.vax man4.sparc
.include <bsd.prog.mk>
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------