Edwin Culp <[EMAIL PROTECTED]> wrote in list.freebsd-current:
 > ===> share/man/man4
 > gzip -cn /usr/src/share/man/man4/ahc.4 > ahc.4.gz
 > make: don't know how to make alpm.4. Stop
 > *** Error code 2
 > [...]
 >  Delete src/share/man/man4/alpm.4

The committer who deleted (moved) alpm.4 forgot to update the
Makefile.  This fixes it:

--- src/share/man/man4/Makefile.orig    Mon Jan 17 16:13:00 2000
+++ src/share/man/man4/Makefile Sat Jan 22 20:00:38 2000
@@ -1,7 +1,7 @@
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 # $FreeBSD: src/share/man/man4/Makefile,v 1.74 2000/01/17 15:13:00 asmodai Exp $
 
-MAN4=  ahc.4 alpm.4 amd.4 an.4 atkbd.4 atkbdc.4 aue.4 blackhole.4 bpf.4 \
+MAN4=  ahc.4 amd.4 an.4 atkbd.4 atkbdc.4 aue.4 blackhole.4 bpf.4 \
        bridge.4 ccd.4 cd.4 ch.4 csa.4 cue.4 da.4 dc.4 ddb.4 de.4 \
        divert.4 dummynet.4 faith.4 fd.4 fdc.4 fpa.4 fxp.4 \
        gif.4 gusc.4 \

Regards
   Oliver

-- 
Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany
(Info: finger userinfo:[EMAIL PROTECTED])

"In jedem Stück Kohle wartet ein Diamant auf seine Geburt"
                                         (Terry Pratchett)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to