1*41609Sbostic# @(#)Makefile 5.6 (Berkeley) 05/11/90 2*41609Sbostic 334237SbosticLIST= buf callout callout.next clist clist.nxt dino dir dir.nxt \ 4*41609Sbostic dmap file filsys findinode findinode.nxt findproc host.nxt \ 5*41609Sbostic hosts hosts.nxt hosttable idp ifaddr ifnet ifrw imp in_ifaddr \ 6*41609Sbostic inode inpcb iovec ipreass ipreass.nxt mact mact.nxt mbstat \ 7*41609Sbostic mbuf mbuf.nxt mbufchain mbufs mbufs.nxt mount nameidata \ 8*41609Sbostic nspcb nsrtentry packetchain protosw quota rawcb route rtentry \ 9*41609Sbostic rusage setproc setproc.done socket spp sppcb stat tcpcb tcpip \ 10*41609Sbostic tcpreass tcpreass.nxt text traceall traceall.nxt tty termios \ 11*41609Sbostic u u.all ubadev uio un unpcb urppcb vtimes why 1233919Sbostic 13*41609Sbosticall clean cleandir depend lint tags: 1433919Sbostic 15*41609Sbosticinstall: 16*41609Sbostic install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \ 17*41609Sbostic ${DESTDIR}/usr/libdata/adb 1833919Sbostic 19*41609Sbostic.include <bsd.own.mk> 20