From: Keith Bostic Date: Sat, 4 May 1991 09:42:03 +0000 (-0800) Subject: date and time created 91/05/03 18:42:03 by bostic X-Git-Tag: BSD-4_4-Snapshot-Development~11059 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/f272299dd8569b5af4d017831f501a6b92f46fa9 date and time created 91/05/03 18:42:03 by bostic SCCS-vsn: sys/i386/floppy/netstat/Makefile 5.1 --- diff --git a/usr/src/sys/i386/floppy/netstat/Makefile b/usr/src/sys/i386/floppy/netstat/Makefile new file mode 100644 index 0000000000..094ba6ff92 --- /dev/null +++ b/usr/src/sys/i386/floppy/netstat/Makefile @@ -0,0 +1,14 @@ +# @(#)Makefile 5.1 (Berkeley) %G% + +PROG= netstat +SRCS= host.c inet.c if.c main.c mbuf.c route.c unix.c ns.c iso.c +CFLAGS+=-DLETS_GET_SMALL +BINGRP= kmem +BINMODE=2555 +LDADD= -lutil +DPADD= ${LIBUTIL} +NOMAN= noman +LDFLAGS=-N +.PATH: ${.CURDIR}/../../../../usr.bin/netstat + +.include