sundries
[unix-history] / usr / src / usr.bin / netstat / Makefile
# @(#)Makefile 4.2 %G%
OBJS= host.o inet.o if.o main.o mbuf.o route.o
CFLAGS=-O
DESTDIR=/usr/ucb
.c.o:
${CC} -S ${CFLAGS} $*.c
sed -f ../asm.sed $*.s | ${AS} -o $*.o
rm -f $*.s
netstat: ${OBJS}
${CC} ${OBJS} -o netstat
install: netstat
install -s netstat ${DESTDIR}
clean:
rm -f *.o core a.out errs