Home | History | Annotate | Line # | Download | only in netstat
Makefile revision 1.2
      1  1.1      cgd #	@(#)Makefile	5.14 (Berkeley) 6/18/90
      2  1.1      cgd 
      3  1.2  mycroft CFLAGS+=-I/sys
      4  1.1      cgd PROG=	netstat
      5  1.1      cgd SRCS=	inet.c if.c main.c mbuf.c route.c unix.c
      6  1.1      cgd #
      7  1.1      cgd #SRCS+=	host.c
      8  1.1      cgd #CFLAGS+= -DIMP
      9  1.2  mycroft 
     10  1.2  mycroft SRCS+=	ns.c
     11  1.2  mycroft CFLAGS+= -DNS
     12  1.2  mycroft 
     13  1.2  mycroft SRCS+=	iso.c
     14  1.2  mycroft CFLAGS+= -DISO
     15  1.2  mycroft 
     16  1.1      cgd BINGRP=	kmem
     17  1.1      cgd BINMODE=2555
     18  1.1      cgd LDADD=	-lutil
     19  1.1      cgd DPADD=	${LIBUTIL}
     20  1.1      cgd 
     21  1.1      cgd .include <bsd.prog.mk>
     22