4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / share / man / man4 / man4.tahoe / Makefile
CommitLineData
1d6eef5d 1# @(#)Makefile 8.1 (Berkeley) %G%
662ace95
KB
2
3MAN4= ace.0 autoconf.0 cons.0 cy.0 dr.0 enp.0 ik.0 intro.0 lp.0 mem.0 \
b359c885 4 mtio.0 vd.0 vx.0
662ace95
KB
5MLINKS= mem.4 kmem.4
6MANSUBDIR=/tahoe
7
8all: ${MAN4}
2af672fe 9
662ace95 10clean depend lint tags:
2af672fe 11
b359c885 12cleandir:
662ace95
KB
13 rm -f ${MAN4}
14
15install: maninstall
2af672fe 16
662ace95 17.include <bsd.prog.mk>