133919Sbostic# 233919Sbostic# Copyright (c) 1988 Regents of the University of California. 333919Sbostic# All rights reserved. 433919Sbostic# 533919Sbostic# Redistribution and use in source and binary forms are permitted 633919Sbostic# provided that this notice is preserved and that due credit is given 733919Sbostic# to the University of California at Berkeley. The name of the University 833919Sbostic# may not be used to endorse or promote products derived from this 933919Sbostic# software without specific written prior permission. This software 1033919Sbostic# is provided ``as is'' without express or implied warranty. 1133919Sbostic# 12*34237Sbostic# @(#)Makefile 5.2 (Berkeley) 05/09/88 1333919Sbostic# 14*34237SbosticLIST= buf callout callout.next clist clist.nxt dino dir dir.nxt \ 1533919Sbostic dmap file filsys findinode findinode.nxt findproc host.nxt hosts \ 1633919Sbostic hosts.nxt hosttable idp ifaddr ifnet ifrw imp in_ifaddr inode inpcb \ 1733919Sbostic iovec ipreass ipreass.nxt mact mact.nxt mbstat mbuf mbuf.nxt \ 1833919Sbostic mbufchain mbufs mbufs.nxt mount nameidata nspcb nsrtentry packetchain \ 1933919Sbostic protosw quota rawcb route rtentry rusage setproc setproc.done socket \ 2033919Sbostic spp sppcb stat tcpcb tcpip tcpreass tcpreass.nxt text traceall \ 2133919Sbostic traceall.nxt u u.all ubadev uio un unpcb urppcb vtimes 2233919Sbostic 2333919Sbosticall: 2433919Sbostic 2533919Sbosticinstall: FRC 2633919Sbostic install -c -o bin -g bin -m 444 ${LIST} ${DESTDIR}/usr/lib/adb 2733919Sbostic 2833919Sbosticclean: 2933919Sbosticdepend: 3033919Sbosticlint: 3133919Sbostictags: 3233919SbosticFRC: 3333919Sbostic 3433919Sbostic# DO NOT DELETE THIS LINE -- make depend uses it 3533919Sbostic 36