xref: /original-bsd/old/adb/scripts.tahoe/Makefile (revision 2ce9ec30)
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 prior written 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 findproc.nxt frame pcb proc setproc.nxt trapframe tty
15
16all:
17
18install: FRC
19	install -c -o bin -g bin -m 444 ${LIST} ${DESTDIR}/usr/lib/adb
20
21clean:
22depend:
23lint:
24tags:
25FRC:
26
27# DO NOT DELETE THIS LINE -- make depend uses it
28
29