1*60555Sbostic# @(#)Makefile 5.9 (Berkeley) 05/28/93 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 1243030SbosticNOOBJ= noobj 1333919Sbostic 1441609Sbosticall clean cleandir depend lint tags: 1533919Sbostic 1641609Sbosticinstall: 17*60555Sbostic rm -f ${DESTDIR}/usr/old/libdata/adb/* 1841609Sbostic install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \ 1959301Sbostic ${DESTDIR}/usr/old/libdata/adb 2033919Sbostic 2143030Sbostic.include <bsd.prog.mk> 22