xref: /original-bsd/old/adb/scripts.tahoe/Makefile (revision 17687c9b)
1#	@(#)Makefile	5.7 (Berkeley) 04/26/93
2
3LIST=	dirblk findproc.nxt frame pcb proc setproc.nxt trapframe
4NOOBJ=	noobj
5
6all clean cleandir depend lint tags:
7
8install:
9	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \
10	    ${DESTDIR}/usr/old/libdata/adb
11
12.include <bsd.prog.mk>
13