12 lines
347 B
Makefile
12 lines
347 B
Makefile
# $NetBSD: Makefile,v 1.44 2001/04/05 12:47:27 wiz Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
MAN= apm.4 autoconf.4 busmouse.4 com.4 console.4 fdc.4 \
|
|
intro.4 joy.4 lms.4 lpt.4 mem.4 mms.4 npx.4 \
|
|
opms.4 pcibios.4 pnpbios.4
|
|
MLINKS= mem.4 kmem.4 lms.4 olms.4 mms.4 omms.4
|
|
MLINKS+=pcibios.4 PCIBIOS.4
|
|
MANSUBDIR=/i386
|
|
|
|
.include <bsd.man.mk>
|