systat installs in /usr/ucb
[unix-history] / 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