mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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) :)
8 lines
132 B
Makefile
8 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>
|