1# $FreeBSD$ 2 3PROG= ibcacheedit 4SRCS= ibcacheedit.c 5LIBADD= ibnetdisc 6MAN= ibcacheedit.8 7 8.include <bsd.prog.mk> 9