14 lines
387 B
Makefile
14 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.62 2006/04/23 01:34:01 rittera Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
MAN= apm.4 autoconf.4 console.4 elansc.4 fdc.4 \
|
|
geodewdog.4 gscpcib.4 \
|
|
intro.4 io.4 lms.4 lpt.4 mem.4 mms.4 npx.4 ndis.4 \
|
|
pcibios.4 pnpbios.4 sony.4 spic.4 vald.4
|
|
MLINKS= mem.4 kmem.4
|
|
MLINKS+=pcibios.4 PCIBIOS.4
|
|
MLINKS+=console.4 cons.4
|
|
MANSUBDIR=/i386
|
|
|
|
.include <bsd.man.mk>
|