#	BSDI	Makefile,v 2.1 1995/02/03 09:43:39 polk Exp
#	@(#)Makefile	5.3 (BSDI) 2/08/92

PROG=	fdformat
SRCS=   fdformat.c
LDADD+=	-lutil
DPADD+=	${LIBUTIL}

.include <bsd.prog.mk>
