Changeset View
Changeset View
Standalone View
Standalone View
usr.bin/netstat/Makefile
# @(#)Makefile 8.1 (Berkeley) 6/12/93 | # @(#)Makefile 8.1 (Berkeley) 6/12/93 | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
.include <src.opts.mk> | .include <src.opts.mk> | ||||
PROG= netstat | PROG= netstat | ||||
SRCS= if.c inet.c main.c mbuf.c mroute.c netisr.c nl_symbols.c route.c \ | SRCS= if.c inet.c main.c mbuf.c mroute.c netisr.c nl_symbols.c route.c \ | ||||
unix.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c common.c nhops.c nhgrp.c \ | unix.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c common.c nhops.c nhgrp.c \ | ||||
route_netlink.c \ | |||||
nl_defs.h | nl_defs.h | ||||
nl_symbols.c: nlist_symbols | nl_symbols.c: nlist_symbols | ||||
awk '\ | awk '\ | ||||
BEGIN { \ | BEGIN { \ | ||||
print "#include <sys/param.h>"; \ | print "#include <sys/param.h>"; \ | ||||
print "#include <nlist.h>"; \ | print "#include <nlist.h>"; \ | ||||
print "struct nlist nl[] = {"; \ | print "struct nlist nl[] = {"; \ | ||||
▲ Show 20 Lines • Show All 50 Lines • Show Last 20 Lines |