From: Kirk McKusick Date: Sat, 22 Jun 1985 11:04:37 +0000 (-0800) Subject: systat installs in /usr/ucb X-Git-Tag: BSD-4_3-Snapshot-Development~5461 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/2f438ff769a4f9bea54f09bab90b2bacfa29f101 systat installs in /usr/ucb SCCS-vsn: usr.bin/systat/Makefile 5.2 --- diff --git a/usr/src/usr.bin/systat/Makefile b/usr/src/usr.bin/systat/Makefile index 3ba675cfd2..56d38e6741 100644 --- a/usr/src/usr.bin/systat/Makefile +++ b/usr/src/usr.bin/systat/Makefile @@ -3,7 +3,7 @@ # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # -# @(#)Makefile 5.1 (Berkeley) %G% +# @(#)Makefile 5.2 (Berkeley) %G% # DESTDIR= INCPATH= @@ -18,7 +18,7 @@ systat: ${OBJS} ${CC} -o systat -O ${OBJS} ${LIBS} install: systat - install -s -g kmem -m 2755 systat ${DESTDIR}/usr/local/systat + install -s -g kmem -m 2755 systat ${DESTDIR}/usr/ucb/systat clean: rm -f ${OBJS} systat core a.out errs