1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93 2# $Id$ 3 4PROG= ifconfig 5MAN8= ifconfig.8 6DPADD= ${LIBIPX} 7LDADD= -lipx 8COPTS= -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \ 9 -Wnested-externs 10 11.include <bsd.prog.mk> 12