1# @(#)Makefile 5.5 (Berkeley) 05/11/90 2 3LIST= dirblk dmcstats findproc.nxt frame ifuba ifubinfo ifxmt \ 4 mba_device mba_hd pcb proc setproc.nxt stacktrace trapframe \ 5 ubahd 6 7all clean cleandir depend lint tags: 8 9install: 10 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \ 11 ${DESTDIR}/usr/libdata/adb 12 13.include <bsd.own.mk> 14