xref: /original-bsd/share/man/man4/Makefile (revision 252ddc1c)
1#	@(#)Makefile	5.7 (Berkeley) 06/22/90
2
3MAN4=	bk.0 clnp.0 cltp.0 drum.0 fd.0 icmp.0 idp.0 imp.0 inet.0 ip.0 \
4	iso.0 kadb.0 lo.0 netintro.0 ns.0 nsip.0 null.0 pty.0 route.0 \
5	spp.0 tcp.0 tp.0 tty.0 udp.0
6MLINKS=	netintro.4 networking.4
7SUBDIR=	man4.tahoe man4.vax
8
9all: ${MAN4}
10
11clean depend lint tags:
12
13cleandir:
14	rm -f ${MAN4}
15
16.include <bsd.prog.mk>
17