1# 2# Copyright (c) 1988 Regents of the University of California. 3# All rights reserved. 4# 5# Redistribution and use in source and binary forms are permitted 6# provided that this notice is preserved and that due credit is given 7# to the University of California at Berkeley. The name of the University 8# may not be used to endorse or promote products derived from this 9# software without specific written prior permission. This software 10# is provided ``as is'' without express or implied warranty. 11# 12# @(#)Makefile 5.2 (Berkeley) 05/09/88 13# 14LIST= dirblk dmcstats findproc.nxt frame ifuba ifubinfo ifxmt \ 15 mba_device mba_hd pcb proc setproc.nxt stacktrace trapframe \ 16 tty ubahd 17 18all: 19 20install: FRC 21 install -c -o bin -g bin -m 444 ${LIST} ${DESTDIR}/usr/lib/adb 22 23clean: 24depend: 25lint: 26tags: 27FRC: 28 29# DO NOT DELETE THIS LINE -- make depend uses it 30 31