xref: /csrg-svn/old/adb/scripts.tahoe/Makefile (revision 59299)
1*59299Sbostic#	@(#)Makefile	5.7 (Berkeley) 04/26/93
233918Sbostic
341609SbosticLIST=	dirblk findproc.nxt frame pcb proc setproc.nxt trapframe
443029SbosticNOOBJ=	noobj
533918Sbostic
641609Sbosticall clean cleandir depend lint tags:
733918Sbostic
841609Sbosticinstall:
941609Sbostic	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \
10*59299Sbostic	    ${DESTDIR}/usr/old/libdata/adb
1141609Sbostic
1243029Sbostic.include <bsd.prog.mk>
13