1# @(#)Makefile 5.5 (Berkeley) 05/11/90 2 3MAN4= bk.0 drum.0 fd.0 icmp.0 idp.0 imp.0 inet.0 ip.0 kadb.0 lo.0 \ 4 netintro.0 ns.0 nsip.0 null.0 pty.0 spp.0 tcp.0 tty.0 udp.0 5MLINKS= netintro.4 networking.4 6SUBDIR= man4.tahoe man4.vax 7 8all: ${MAN4} 9 10clean depend lint tags: 11 12cleandir: 13 rm -f ${MAN4} 14 15install: maninstall 16 17.include <bsd.prog.mk> 18