1*43030Sbostic# @(#)Makefile 5.7 (Berkeley) 06/08/90 241609Sbostic 334237SbosticLIST= buf callout callout.next clist clist.nxt dino dir dir.nxt \ 441609Sbostic dmap file filsys findinode findinode.nxt findproc host.nxt \ 541609Sbostic hosts hosts.nxt hosttable idp ifaddr ifnet ifrw imp in_ifaddr \ 641609Sbostic inode inpcb iovec ipreass ipreass.nxt mact mact.nxt mbstat \ 741609Sbostic mbuf mbuf.nxt mbufchain mbufs mbufs.nxt mount nameidata \ 841609Sbostic nspcb nsrtentry packetchain protosw quota rawcb route rtentry \ 941609Sbostic rusage setproc setproc.done socket spp sppcb stat tcpcb tcpip \ 1041609Sbostic tcpreass tcpreass.nxt text traceall traceall.nxt tty termios \ 1141609Sbostic u u.all ubadev uio un unpcb urppcb vtimes why 12*43030SbosticNOOBJ= noobj 1333919Sbostic 1441609Sbosticall clean cleandir depend lint tags: 1533919Sbostic 1641609Sbosticinstall: 1741609Sbostic install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \ 1841609Sbostic ${DESTDIR}/usr/libdata/adb 1933919Sbostic 20*43030Sbostic.include <bsd.prog.mk> 21