freebsd-dev/sbin/ifconfig/Makefile
Julian Elischer 09fa32d305 Submitted by: john hay
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) :)
1995-10-27 10:48:31 +00:00

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>