13 lines
338 B
Makefile
13 lines
338 B
Makefile
# from: @(#)Makefile 5.1 (Berkeley) 2/12/91
|
|
# $NetBSD: Makefile,v 1.5 1997/10/18 03:52:05 mark Exp $
|
|
|
|
MAN= intro.4 asc.4 autoconf.4 beep.4 com.4
|
|
MAN+= cosc.4 csc.4 ea.4 eb.4 eh.4 em.4 es.4 ie.4 kbd.4 lpt.4
|
|
MAN+= mainbus.4 mem.4
|
|
MAN+= oak.4 podulebus.4 ptsc.4 quadmouse.4 wd.4
|
|
|
|
MLINKS= mem.4 kmem.4
|
|
MANSUBDIR=/arm32
|
|
|
|
.include <bsd.man.mk>
|