addr unix domain sockets with -u flag
[unix-history] / usr / src / usr.bin / netstat / Makefile
# Makefile (Berkeley) %G%
OBJS= host.o inet.o if.o main.o mbuf.o route.o unix.o
CFLAGS=-O
DESTDIR=
netstat: ${OBJS}
${CC} ${OBJS} -o netstat
install: netstat
install -s netstat ${DESTDIR}/usr/ucb
clean:
rm -f *.o core a.out errs