X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/0f4556f12c8f75078501c9d1338ae7648a97f975..95f51977ddc18faa2e212f30c00a39540b39f325:/usr/src/ucb/netstat/Makefile diff --git a/usr/src/ucb/netstat/Makefile b/usr/src/ucb/netstat/Makefile index 635def21df..8b0a39b46f 100644 --- a/usr/src/ucb/netstat/Makefile +++ b/usr/src/ucb/netstat/Makefile @@ -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= @@ -7,7 +13,7 @@ netstat: ${OBJS} ${CC} ${OBJS} -o netstat install: netstat - install -s netstat ${DESTDIR}/usr/ucb + install -s -m 2755 -g kmem netstat ${DESTDIR}/usr/ucb/netstat clean: - rm -f *.o core a.out errs + rm -f *.o core a.out errs netstat