systat installs in /usr/ucb
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 22 Jun 1985 11:04:37 +0000 (03:04 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 22 Jun 1985 11:04:37 +0000 (03:04 -0800)
SCCS-vsn: usr.bin/systat/Makefile 5.2

usr/src/usr.bin/systat/Makefile

index 3ba675c..56d38e6 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # 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=
 #
 DESTDIR=
 INCPATH=
@@ -18,7 +18,7 @@ systat: ${OBJS}
        ${CC} -o systat -O ${OBJS} ${LIBS}
 
 install: systat
        ${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
 
 clean:
        rm -f ${OBJS} systat core a.out errs