don't need "make rall" (make install does it twice)
[unix-history] / usr / src / old / adb / scripts.vax / Makefile
CommitLineData
553d7561
KB
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#
dde24e24 12# @(#)Makefile 5.2 (Berkeley) %G%
553d7561 13#
dde24e24
KB
14LIST= dirblk dmcstats findproc.nxt frame ifuba ifubinfo ifxmt \
15 mba_device mba_hd pcb proc setproc.nxt stacktrace trapframe \
16 tty ubahd
553d7561
KB
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