BSD 4_3 release
[unix-history] / usr / src / ucb / netstat / Makefile
index 635def2..8b0a39b 100644 (file)
@@ -1,5 +1,11 @@
-# @(#)Makefile 4.4 12/18/82
-OBJS=  host.o inet.o if.o main.o mbuf.o route.o
+#
+# Copyright (c) 1983 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.5 (Berkeley) 1/18/86
+#
+OBJS=  host.o inet.o if.o main.o mbuf.o route.o unix.o ns.o
 CFLAGS=-O
 DESTDIR=
 
 CFLAGS=-O
 DESTDIR=
 
@@ -7,7 +13,7 @@ netstat: ${OBJS}
        ${CC} ${OBJS} -o netstat
 
 install: netstat
        ${CC} ${OBJS} -o netstat
 
 install: netstat
-       install -s netstat ${DESTDIR}/usr/ucb
+       install -s -m 2755 -g kmem netstat ${DESTDIR}/usr/ucb/netstat
 
 clean:
 
 clean:
-       rm -f *.o core a.out errs
+       rm -f *.o core a.out errs netstat