1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2 3PROG= ifconfig 4MAN8= ifconfig.8 5DPADD= ${LIBKVM} ${LIBIPX} 6LDADD= -lkvm -lipx 7 8.include <bsd.prog.mk> 9