mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 06:29:51 -04:00
15 lines
436 B
Makefile
15 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.22 2007/04/21 06:11:57 plunky Exp $
|
|
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
|
|
|
|
MAN= audioamd.4 autoconf.4 auxreg.4 bpp.4 bwtwo.4 \
|
|
cgeight.4 cgfour.4 cgfourteen.4 \
|
|
cgsix.4 cgthree.4 cgtwo.4 clock.4 dbri.4 fd.4 ie.4 intro.4 kbd.4 \
|
|
magma.4 mem.4 ms.4 nell.4 openprom.4 pnozz.4 tctrl.4 tcx.4 timer.4 \
|
|
tslot.4 xd.4 xy.4 zx.4
|
|
|
|
MLINKS+=mem.4 kmem.4
|
|
MLINKS+=fd.4 fdc.4
|
|
MANSUBDIR=/sparc
|
|
|
|
.include <bsd.man.mk>
|