09fa32d305
patches to merge the two IPX packages to work with each other and to not break make-world :) IPXrouted should be working now, (or at least compiling) :)
9 lines
132 B
Makefile
9 lines
132 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= ifconfig
|
|
MAN8= ifconfig.8
|
|
LDADD= -lkvm -lipx
|
|
DPADD= ${LIBKVM}
|
|
|
|
.include <bsd.prog.mk>
|