blob: 59e0c8f057ecfef4c04806c7f53f66d448720a9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# from: @(#)Makefile 5.1 (Berkeley) 2/12/91
# $Id: Makefile,v 1.3 1995/11/13 04:42:59 deraadt Exp $
MAN= intro.4 aha.4 ahb.4 aic.4 ast.4 autoconf.4 boca.4 bt.4
MAN+= com.4 cy.4 ed.4 ep.4 gus.4 lms.4 lpt.4 mcd.4 mem.4 mms.4 ncr.4 npx.4
MAN+= pms.4 pss.4 rtfps.4 sea.4 sb.4 speaker.4 uha.4 wd.4 wss.4
MAN+= eg.4 el.4 ie.4 le.4 wt.4
MLINKS= mem.4 kmem.4
MANSUBDIR=/i386
.include <bsd.prog.mk>
|