xref: /csrg-svn/old/adb/scripts.vax/Makefile (revision 59300)
1*59300Sbostic#	@(#)Makefile	5.7 (Berkeley) 04/26/93
241609Sbostic
334238SbosticLIST=	dirblk dmcstats findproc.nxt frame ifuba ifubinfo ifxmt \
434238Sbostic	mba_device mba_hd pcb proc setproc.nxt stacktrace trapframe \
541609Sbostic	ubahd
643029SbosticNOOBJ=	noobj
733917Sbostic
841609Sbosticall clean cleandir depend lint tags:
933917Sbostic
1041609Sbosticinstall:
1141609Sbostic	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \
12*59300Sbostic	    ${DESTDIR}/usr/old/libdata/adb
1333917Sbostic
1443029Sbostic.include <bsd.prog.mk>
15