1 # $NetBSD: Makefile,v 1.64 2006/06/24 12:22:52 kardel Exp $ 2 # from: @(#)Makefile 8.1 (Berkeley) 6/5/93 3 4 MAN= apm.4 autoconf.4 console.4 elansc.4 fdc.4 \ 5 geodewdog.4 geodecntr.4 gscpcib.4 \ 6 intro.4 io.4 lms.4 lpt.4 mem.4 mms.4 npx.4 ndis.4 \ 7 pcibios.4 pnpbios.4 sony.4 spic.4 vald.4 \ 8 vesafb.4 9 MLINKS= mem.4 kmem.4 10 MLINKS+=pcibios.4 PCIBIOS.4 11 MLINKS+=console.4 cons.4 12 MANSUBDIR=/i386 13 14 .include <bsd.man.mk> 15